Html Css Color HEX #EDFE7A Dolly

📋 copy color: '#EDFE7A'

red 237 ◦ green 254 ◦ blue 122

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

Shades of Dolly #EDFE7A

Tints of Dolly #EDFE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 19.9%

R = 38.66%
G = 41.44%
B = 19.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#EDFE7A (or 0xEDFE7A) is known color: Dolly. HEX triplet: ED, FE and 7A. RGB value is (237,254,122). Sum of RGB (Red+Green+Blue) = 237+254+122=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 122 (48.05% from 255 or 19.90% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFE7A is #120185. Grayscale: #EAEAEA. Windows color (decimal): -1180038 or 8060653. OLE color: 8060653.

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

Color convert

RGB 237 254 122 -
CMYK 0.07 0 0.52 0.00
HSL 67.73º 0.99% 0.74% -
HSV(B) 67.73º 0.52% 1% -
XYZ 73.88 90.29 31.95 -
YUV 233.87 64.87 130.23 -
System Red Green Blue C M Y K H S L
Decimal 237 254 122 0.07 0 0.52 0.00 67.73 0.99 0.74
Hex ED FE 7A 7 0 34 0 44 63 4A
Octal 355 376 172 7 0 64 0 104 143 112
Binary 11101101 11111110 1111010 111 0 110100 0 1000100 1100011 1001010

Color Harmonies of #EDFE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE7A

Black with #EDFE7A

Text Example


Text Example

White with #EDFE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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