Html Css Color HEX #EFFD5E Laser Lemon

📋 copy color: '#EFFD5E'

red 239 ◦ green 253 ◦ blue 94

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

Shades of Laser Lemon #EFFD5E

Tints of Laser Lemon #EFFD5E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.17%

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

R = 40.78%
G = 43.17%
B = 16.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#EFFD5E (or 0xEFFD5E) is known color: Laser Lemon. HEX triplet: EF, FD and 5E. RGB value is (239,253,94). Sum of RGB (Red+Green+Blue) = 239+253+94=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 94 (37.11% from 255 or 16.04% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFD5E is #1002A1. Grayscale: #E7E7E7. Windows color (decimal): -1049250 or 6225391. OLE color: 6225391.

HSL color Cylindrical-coordinate representation of color #EFFD5E: hue angle of 65.28º degrees, saturation: 0.98, 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 #EFFD5E is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 253 94 -
CMYK 0.06 0 0.63 0.01
HSL 65.28º 0.98% 0.68% -
HSV(B) 65.28º 0.63% 0.99% -
XYZ 72.74 89.41 24.01 -
YUV 230.69 50.86 133.93 -
System Red Green Blue C M Y K H S L
Decimal 239 253 94 0.06 0 0.63 0.01 65.28 0.98 0.68
Hex EF FD 5E 6 0 3F 1 41 62 44
Octal 357 375 136 6 0 77 1 101 142 104
Binary 11101111 11111101 1011110 110 0 111111 1 1000001 1100010 1000100

Color Harmonies of #EFFD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFD5E

Black with #EFFD5E

Text Example


Text Example

White with #EFFD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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