Html Css Color HEX #EFFC5D Laser Lemon

📋 copy color: '#EFFC5D'

red 239 ◦ green 252 ◦ blue 93

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

Shades of Laser Lemon #EFFC5D

Tints of Laser Lemon #EFFC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 15.92%

R = 40.92%
G = 43.15%
B = 15.92%

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

#EFFC5D (or 0xEFFC5D) is known color: Laser Lemon. HEX triplet: EF, FC and 5D. RGB value is (239,252,93). Sum of RGB (Red+Green+Blue) = 239+252+93=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 93 (36.72% from 255 or 15.92% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFC5D is #1003A2. Grayscale: #E6E6E6. Windows color (decimal): -1049507 or 6159599. OLE color: 6159599.

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

Color convert

RGB 239 252 93 -
CMYK 0.05 0 0.63 0.01
HSL 64.91º 0.96% 0.68% -
HSV(B) 64.91º 0.63% 0.99% -
XYZ 72.38 88.76 23.67 -
YUV 229.99 50.69 134.43 -
System Red Green Blue C M Y K H S L
Decimal 239 252 93 0.05 0 0.63 0.01 64.91 0.96 0.68
Hex EF FC 5D 5 0 3F 1 41 60 44
Octal 357 374 135 5 0 77 1 101 140 104
Binary 11101111 11111100 1011101 101 0 111111 1 1000001 1100000 1000100

Color Harmonies of #EFFC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFC5D

Black with #EFFC5D

Text Example


Text Example

White with #EFFC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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