Html Css Color HEX #EFF10C Lemon

📋 copy color: '#EFF10C'

red 239 ◦ green 241 ◦ blue 12

#EFF10C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #EFF10C

Tints of Lemon #EFF10C

RGB

 RED value IS 239 (93.75% from 255) = 48.58%

 GREEN value IS 241 (94.53% from 255) = 48.98%

 BLUE value IS 12 (5.08% from 255) = 2.44%

R = 48.58%
G = 48.98%
B = 2.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFF10C (or 0xEFF10C) is known color: Lemon. HEX triplet: EF, F1 and 0C. RGB value is (239,241,12). Sum of RGB (Red+Green+Blue) = 239+241+12=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 12 (5.08% from 255 or 2.44% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF10C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF10C is #100EF3. Grayscale: #D7D7D7. Windows color (decimal): -1052404 or 848367. OLE color: 848367.

HSL color Cylindrical-coordinate representation of color #EFF10C: hue angle of 60.52º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFF10C is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 241 12 -
CMYK 0.01 0 0.95 0.05
HSL 60.52º 0.91% 0.5% -
HSV(B) 60.52º 0.95% 0.95% -
XYZ 67.12 81.29 12.5 -
YUV 214.3 13.84 145.62 -
System Red Green Blue C M Y K H S L
Decimal 239 241 12 0.01 0 0.95 0.05 60.52 0.91 0.5
Hex EF F1 C 1 0 5F 5 3D 5B 32
Octal 357 361 14 1 0 137 5 75 133 62
Binary 11101111 11110001 1100 1 0 1011111 101 111101 1011011 110010

Color Harmonies of #EFF10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF10C

Black with #EFF10C

Text Example


Text Example

White with #EFF10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF10C; }

 p { color: rgb(239,241,12); }

 H1.HeaderClassName
 {
   color: #EFF10C;
 }
 .AnyTagClassName
 {
   color: #EFF10C;
 }
</style>

background-color css

<style>
 a { background-color: #EFF10C; }

 a { background-color: rgb(239,241,12); }

 div.DivClassName
 {
   background-color: #EFF10C;
 }
 .BgClassName
 {
   background-color: #EFF10C;
 }
</style>

border-color css

<style>
 span { border-color: #EFF10C; }

 span { border-color: rgb(239,241,12); }

 td.TdClassName
 {
   border-color: #EFF10C;
 }
 .TagClassName
 {
   border-color: #EFF10C;
 }
</style>