Html Css Color HEX #EFF81C Lemon

📋 copy color: '#EFF81C'

red 239 ◦ green 248 ◦ blue 28

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

Shades of Lemon #EFF81C

Tints of Lemon #EFF81C

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.16%

 BLUE value IS 28 (11.33% from 255) = 5.44%

R = 46.41%
G = 48.16%
B = 5.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#EFF81C (or 0xEFF81C) is known color: Lemon. HEX triplet: EF, F8 and 1C. RGB value is (239,248,28). Sum of RGB (Red+Green+Blue) = 239+248+28=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 28 (11.33% from 255 or 5.44% from 515); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF81C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF81C is #1007E3. Grayscale: #DDDDDD. Windows color (decimal): -1050596 or 1898735. OLE color: 1898735.

HSL color Cylindrical-coordinate representation of color #EFF81C: hue angle of 62.45º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFF81C is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 248 28 -
CMYK 0.04 0 0.89 0.03
HSL 62.45º 0.94% 0.54% -
HSV(B) 62.45º 0.89% 0.97% -
XYZ 69.37 85.57 13.96 -
YUV 220.23 19.52 141.39 -
System Red Green Blue C M Y K H S L
Decimal 239 248 28 0.04 0 0.89 0.03 62.45 0.94 0.54
Hex EF F8 1C 4 0 59 3 3E 5E 36
Octal 357 370 34 4 0 131 3 76 136 66
Binary 11101111 11111000 11100 100 0 1011001 11 111110 1011110 110110

Color Harmonies of #EFF81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF81C

Black with #EFF81C

Text Example


Text Example

White with #EFF81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF81C; }

 p { color: rgb(239,248,28); }

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

background-color css

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

 a { background-color: rgb(239,248,28); }

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

border-color css

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

 span { border-color: rgb(239,248,28); }

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