Html Css Color HEX #EFFD5D Laser Lemon

📋 copy color: '#EFFD5D'

red 239 ◦ green 253 ◦ blue 93

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

Shades of Laser Lemon #EFFD5D

Tints of Laser Lemon #EFFD5D

RGB

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

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

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

R = 40.85%
G = 43.25%
B = 15.9%

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

#EFFD5D (or 0xEFFD5D) is known color: Laser Lemon. HEX triplet: EF, FD and 5D. RGB value is (239,253,93). Sum of RGB (Red+Green+Blue) = 239+253+93=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 93 (36.72% from 255 or 15.90% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFD5D is #1002A2. Grayscale: #E7E7E7. Windows color (decimal): -1049251 or 6159855. OLE color: 6159855.

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

Color convert

RGB 239 253 93 -
CMYK 0.06 0 0.63 0.01
HSL 65.25º 0.98% 0.68% -
HSV(B) 65.25º 0.63% 0.99% -
XYZ 72.7 89.39 23.78 -
YUV 230.57 50.36 134.01 -
System Red Green Blue C M Y K H S L
Decimal 239 253 93 0.06 0 0.63 0.01 65.25 0.98 0.68
Hex EF FD 5D 6 0 3F 1 41 62 44
Octal 357 375 135 6 0 77 1 101 142 104
Binary 11101111 11111101 1011101 110 0 111111 1 1000001 1100010 1000100

Color Harmonies of #EFFD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFD5D

Black with #EFFD5D

Text Example


Text Example

White with #EFFD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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