Html Css Color HEX #EFFE20 Lemon

📋 copy color: '#EFFE20'

red 239 ◦ green 254 ◦ blue 32

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

Shades of Lemon #EFFE20

Tints of Lemon #EFFE20

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.38%

 BLUE value IS 32 (12.89% from 255) = 6.1%

R = 45.52%
G = 48.38%
B = 6.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#EFFE20 (or 0xEFFE20) is known color: Lemon. HEX triplet: EF, FE and 20. RGB value is (239,254,32). Sum of RGB (Red+Green+Blue) = 239+254+32=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 32 (12.89% from 255 or 6.10% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFE20 is #1001DF. Grayscale: #E1E1E1. Windows color (decimal): -1049056 or 2162415. OLE color: 2162415.

HSL color Cylindrical-coordinate representation of color #EFFE20: hue angle of 64.05º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFFE20 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 254 32 -
CMYK 0.06 0 0.87 0.00
HSL 64.05º 0.99% 0.56% -
HSV(B) 64.05º 0.87% 1% -
XYZ 71.3 89.34 14.85 -
YUV 224.21 19.53 138.55 -
System Red Green Blue C M Y K H S L
Decimal 239 254 32 0.06 0 0.87 0.00 64.05 0.99 0.56
Hex EF FE 20 6 0 57 0 40 63 38
Octal 357 376 40 6 0 127 0 100 143 70
Binary 11101111 11111110 100000 110 0 1010111 0 1000000 1100011 111000

Color Harmonies of #EFFE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFE20

Black with #EFFE20

Text Example


Text Example

White with #EFFE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFE20; }

 p { color: rgb(239,254,32); }

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

background-color css

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

 a { background-color: rgb(239,254,32); }

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

border-color css

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

 span { border-color: rgb(239,254,32); }

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