Html Css Color HEX #EDFF5D Laser Lemon

📋 copy color: '#EDFF5D'

red 237 ◦ green 255 ◦ blue 93

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

Shades of Laser Lemon #EDFF5D

Tints of Laser Lemon #EDFF5D

RGB

 RED value IS 237 (92.97% from 255) = 40.51%

 GREEN value IS 255 (100% from 255) = 43.59%

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

R = 40.51%
G = 43.59%
B = 15.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#EDFF5D (or 0xEDFF5D) is known color: Laser Lemon. HEX triplet: ED, FF and 5D. RGB value is (237,255,93). Sum of RGB (Red+Green+Blue) = 237+255+93=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 93 (36.72% from 255 or 15.90% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF5D is #1200A2. Grayscale: #E7E7E7. Windows color (decimal): -1179811 or 6160365. OLE color: 6160365.

HSL color Cylindrical-coordinate representation of color #EDFF5D: hue angle of 66.67º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDFF5D is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 237 255 93 -
CMYK 0.07 0 0.64 0
HSL 66.67º 1% 0.68% -
HSV(B) 66.67º 0.64% 1% -
XYZ 72.66 90.31 23.96 -
YUV 231.15 50.04 132.17 -
System Red Green Blue C M Y K H S L
Decimal 237 255 93 0.07 0 0.64 0 66.67 1 0.68
Hex ED FF 5D 7 0 40 0 43 64 44
Octal 355 377 135 7 0 100 0 103 144 104
Binary 11101101 11111111 1011101 111 0 1000000 0 1000011 1100100 1000100

Color Harmonies of #EDFF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF5D

Black with #EDFF5D

Text Example


Text Example

White with #EDFF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF5D; }

 p { color: rgb(237,255,93); }

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

background-color css

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

 a { background-color: rgb(237,255,93); }

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

border-color css

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

 span { border-color: rgb(237,255,93); }

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