Html Css Color HEX #EFFC5A Laser Lemon

📋 copy color: '#EFFC5A'

red 239 ◦ green 252 ◦ blue 90

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

Shades of Laser Lemon #EFFC5A

Tints of Laser Lemon #EFFC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.49%

R = 41.14%
G = 43.37%
B = 15.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#EFFC5A (or 0xEFFC5A) is known color: Laser Lemon. HEX triplet: EF, FC and 5A. RGB value is (239,252,90). Sum of RGB (Red+Green+Blue) = 239+252+90=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 90 (35.55% from 255 or 15.49% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFC5A is #1003A5. Grayscale: #E6E6E6. Windows color (decimal): -1049510 or 5962991. OLE color: 5962991.

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

Color convert

RGB 239 252 90 -
CMYK 0.05 0 0.64 0.01
HSL 64.81º 0.96% 0.67% -
HSV(B) 64.81º 0.64% 0.99% -
XYZ 72.25 88.71 22.99 -
YUV 229.65 49.19 134.67 -
System Red Green Blue C M Y K H S L
Decimal 239 252 90 0.05 0 0.64 0.01 64.81 0.96 0.67
Hex EF FC 5A 5 0 40 1 41 60 43
Octal 357 374 132 5 0 100 1 101 140 103
Binary 11101111 11111100 1011010 101 0 1000000 1 1000001 1100000 1000011

Color Harmonies of #EFFC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFC5A

Black with #EFFC5A

Text Example


Text Example

White with #EFFC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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