Html Css Color HEX #EDFE78 Dolly

📋 copy color: '#EDFE78'

red 237 ◦ green 254 ◦ blue 120

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

Shades of Dolly #EDFE78

Tints of Dolly #EDFE78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 19.64%

R = 38.79%
G = 41.57%
B = 19.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#EDFE78 (or 0xEDFE78) is known color: Dolly. HEX triplet: ED, FE and 78. RGB value is (237,254,120). Sum of RGB (Red+Green+Blue) = 237+254+120=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 120 (47.27% from 255 or 19.64% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFE78 is #120187. Grayscale: #EAEAEA. Windows color (decimal): -1180040 or 7929581. OLE color: 7929581.

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

Color convert

RGB 237 254 120 -
CMYK 0.07 0 0.53 0.00
HSL 67.61º 0.99% 0.73% -
HSV(B) 67.61º 0.53% 1% -
XYZ 73.76 90.24 31.3 -
YUV 233.64 63.87 130.4 -
System Red Green Blue C M Y K H S L
Decimal 237 254 120 0.07 0 0.53 0.00 67.61 0.99 0.73
Hex ED FE 78 7 0 35 0 44 63 49
Octal 355 376 170 7 0 65 0 104 143 111
Binary 11101101 11111110 1111000 111 0 110101 0 1000100 1100011 1001001

Color Harmonies of #EDFE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE78

Black with #EDFE78

Text Example


Text Example

White with #EDFE78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE78; }

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

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

background-color css

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

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

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

border-color css

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

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

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