Html Css Color HEX #EFFC5E Laser Lemon

📋 copy color: '#EFFC5E'

red 239 ◦ green 252 ◦ blue 94

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

Shades of Laser Lemon #EFFC5E

Tints of Laser Lemon #EFFC5E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.08%

 BLUE value IS 94 (37.11% from 255) = 16.07%

R = 40.85%
G = 43.08%
B = 16.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#EFFC5E (or 0xEFFC5E) is known color: Laser Lemon. HEX triplet: EF, FC and 5E. RGB value is (239,252,94). Sum of RGB (Red+Green+Blue) = 239+252+94=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 94 (37.11% from 255 or 16.07% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFC5E is #1003A1. Grayscale: #E6E6E6. Windows color (decimal): -1049506 or 6225135. OLE color: 6225135.

HSL color Cylindrical-coordinate representation of color #EFFC5E: hue angle of 64.94º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFFC5E is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 252 94 -
CMYK 0.05 0 0.63 0.01
HSL 64.94º 0.96% 0.68% -
HSV(B) 64.94º 0.63% 0.99% -
XYZ 72.43 88.78 23.91 -
YUV 230.1 51.19 134.35 -
System Red Green Blue C M Y K H S L
Decimal 239 252 94 0.05 0 0.63 0.01 64.94 0.96 0.68
Hex EF FC 5E 5 0 3F 1 41 60 44
Octal 357 374 136 5 0 77 1 101 140 104
Binary 11101111 11111100 1011110 101 0 111111 1 1000001 1100000 1000100

Color Harmonies of #EFFC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFC5E

Black with #EFFC5E

Text Example


Text Example

White with #EFFC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFC5E; }

 p { color: rgb(239,252,94); }

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

background-color css

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

 a { background-color: rgb(239,252,94); }

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

border-color css

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

 span { border-color: rgb(239,252,94); }

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