Html Css Color HEX #EDFF55 Laser Lemon

📋 copy color: '#EDFF55'

red 237 ◦ green 255 ◦ blue 85

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

Shades of Laser Lemon #EDFF55

Tints of Laser Lemon #EDFF55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 14.73%

R = 41.07%
G = 44.19%
B = 14.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#EDFF55 (or 0xEDFF55) is known color: Laser Lemon. HEX triplet: ED, FF and 55. RGB value is (237,255,85). Sum of RGB (Red+Green+Blue) = 237+255+85=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 85 (33.59% from 255 or 14.73% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF55 is #1200AA. Grayscale: #E6E6E6. Windows color (decimal): -1179819 or 5636077. OLE color: 5636077.

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

Color convert

RGB 237 255 85 -
CMYK 0.07 0 0.67 0
HSL 66.35º 1% 0.67% -
HSV(B) 66.35º 0.67% 1% -
XYZ 72.32 90.18 22.19 -
YUV 230.24 46.04 132.82 -
System Red Green Blue C M Y K H S L
Decimal 237 255 85 0.07 0 0.67 0 66.35 1 0.67
Hex ED FF 55 7 0 43 0 42 64 43
Octal 355 377 125 7 0 103 0 102 144 103
Binary 11101101 11111111 1010101 111 0 1000011 0 1000010 1100100 1000011

Color Harmonies of #EDFF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF55

Black with #EDFF55

Text Example


Text Example

White with #EDFF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF55; }

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

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

background-color css

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

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

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

border-color css

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

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

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