Html Css Color HEX #EDFC7B Dolly

📋 copy color: '#EDFC7B'

red 237 ◦ green 252 ◦ blue 123

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

Shades of Dolly #EDFC7B

Tints of Dolly #EDFC7B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.18%

 BLUE value IS 123 (48.44% from 255) = 20.1%

R = 38.73%
G = 41.18%
B = 20.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#EDFC7B (or 0xEDFC7B) is known color: Dolly. HEX triplet: ED, FC and 7B. RGB value is (237,252,123). Sum of RGB (Red+Green+Blue) = 237+252+123=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 123 (48.44% from 255 or 20.10% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFC7B is #120384. Grayscale: #E9E9E9. Windows color (decimal): -1180549 or 8125677. OLE color: 8125677.

HSL color Cylindrical-coordinate representation of color #EDFC7B: hue angle of 66.98º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDFC7B is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 252 123 -
CMYK 0.06 0 0.51 0.01
HSL 66.98º 0.96% 0.74% -
HSV(B) 66.98º 0.51% 0.99% -
XYZ 73.31 89.06 32.06 -
YUV 232.81 66.03 130.99 -
System Red Green Blue C M Y K H S L
Decimal 237 252 123 0.06 0 0.51 0.01 66.98 0.96 0.74
Hex ED FC 7B 6 0 33 1 43 60 4A
Octal 355 374 173 6 0 63 1 103 140 112
Binary 11101101 11111100 1111011 110 0 110011 1 1000011 1100000 1001010

Color Harmonies of #EDFC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFC7B

Black with #EDFC7B

Text Example


Text Example

White with #EDFC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFC7B; }

 p { color: rgb(237,252,123); }

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

background-color css

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

 a { background-color: rgb(237,252,123); }

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

border-color css

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

 span { border-color: rgb(237,252,123); }

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