Html Css Color HEX #EDFE5D Laser Lemon

📋 copy color: '#EDFE5D'

red 237 ◦ green 254 ◦ blue 93

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

Shades of Laser Lemon #EDFE5D

Tints of Laser Lemon #EDFE5D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.49%

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

R = 40.58%
G = 43.49%
B = 15.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#EDFE5D (or 0xEDFE5D) is known color: Laser Lemon. HEX triplet: ED, FE and 5D. RGB value is (237,254,93). Sum of RGB (Red+Green+Blue) = 237+254+93=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 93 (36.72% from 255 or 15.92% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFE5D is #1201A2. Grayscale: #E7E7E7. Windows color (decimal): -1180067 or 6160109. OLE color: 6160109.

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

Color convert

RGB 237 254 93 -
CMYK 0.07 0 0.63 0.00
HSL 66.34º 0.99% 0.68% -
HSV(B) 66.34º 0.63% 1% -
XYZ 72.34 89.68 23.85 -
YUV 230.56 50.37 132.59 -
System Red Green Blue C M Y K H S L
Decimal 237 254 93 0.07 0 0.63 0.00 66.34 0.99 0.68
Hex ED FE 5D 7 0 3F 0 42 63 44
Octal 355 376 135 7 0 77 0 102 143 104
Binary 11101101 11111110 1011101 111 0 111111 0 1000010 1100011 1000100

Color Harmonies of #EDFE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE5D

Black with #EDFE5D

Text Example


Text Example

White with #EDFE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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