Html Css Color HEX #EFFB5A Laser Lemon

📋 copy color: '#EFFB5A'

red 239 ◦ green 251 ◦ blue 90

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

Shades of Laser Lemon #EFFB5A

Tints of Laser Lemon #EFFB5A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.28%

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

R = 41.21%
G = 43.28%
B = 15.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#EFFB5A (or 0xEFFB5A) is known color: Laser Lemon. HEX triplet: EF, FB and 5A. RGB value is (239,251,90). Sum of RGB (Red+Green+Blue) = 239+251+90=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 90 (35.55% from 255 or 15.52% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFB5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFB5A is #1004A5. Grayscale: #E5E5E5. Windows color (decimal): -1049766 or 5962735. OLE color: 5962735.

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

Color convert

RGB 239 251 90 -
CMYK 0.05 0 0.64 0.02
HSL 64.47º 0.95% 0.67% -
HSV(B) 64.47º 0.64% 0.98% -
XYZ 71.94 88.08 22.88 -
YUV 229.06 49.52 135.09 -
System Red Green Blue C M Y K H S L
Decimal 239 251 90 0.05 0 0.64 0.02 64.47 0.95 0.67
Hex EF FB 5A 5 0 40 2 40 5F 43
Octal 357 373 132 5 0 100 2 100 137 103
Binary 11101111 11111011 1011010 101 0 1000000 10 1000000 1011111 1000011

Color Harmonies of #EFFB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFB5A

Black with #EFFB5A

Text Example


Text Example

White with #EFFB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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