Html Css Color HEX #EFFD5A Laser Lemon

📋 copy color: '#EFFD5A'

red 239 ◦ green 253 ◦ blue 90

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

Shades of Laser Lemon #EFFD5A

Tints of Laser Lemon #EFFD5A

RGB

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

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

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

R = 41.07%
G = 43.47%
B = 15.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#EFFD5A (or 0xEFFD5A) is known color: Laser Lemon. HEX triplet: EF, FD and 5A. RGB value is (239,253,90). Sum of RGB (Red+Green+Blue) = 239+253+90=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 90 (35.55% from 255 or 15.46% from 582); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFD5A is #1002A5. Grayscale: #E6E6E6. Windows color (decimal): -1049254 or 5963247. OLE color: 5963247.

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

Color convert

RGB 239 253 90 -
CMYK 0.06 0 0.64 0.01
HSL 65.15º 0.98% 0.67% -
HSV(B) 65.15º 0.64% 0.99% -
XYZ 72.57 89.34 23.09 -
YUV 230.23 48.86 134.25 -
System Red Green Blue C M Y K H S L
Decimal 239 253 90 0.06 0 0.64 0.01 65.15 0.98 0.67
Hex EF FD 5A 6 0 40 1 41 62 43
Octal 357 375 132 6 0 100 1 101 142 103
Binary 11101111 11111101 1011010 110 0 1000000 1 1000001 1100010 1000011

Color Harmonies of #EFFD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFD5A

Black with #EFFD5A

Text Example


Text Example

White with #EFFD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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