Html Css Color HEX #D0ED72 Mindaro

📋 copy color: '#D0ED72'

red 208 ◦ green 237 ◦ blue 114

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

Shades of Mindaro #D0ED72

Tints of Mindaro #D0ED72

RGB

 RED value IS 208 (81.64% from 255) = 37.21%

 GREEN value IS 237 (92.97% from 255) = 42.4%

 BLUE value IS 114 (44.92% from 255) = 20.39%

R = 37.21%
G = 42.4%
B = 20.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#D0ED72 (or 0xD0ED72) is known color: Mindaro. HEX triplet: D0, ED and 72. RGB value is (208,237,114). Sum of RGB (Red+Green+Blue) = 208+237+114=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0ED72 is #2F128D. Grayscale: #D6D6D6. Windows color (decimal): -3084942 or 7531984. OLE color: 7531984.

HSL color Cylindrical-coordinate representation of color #D0ED72: hue angle of 74.15º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0ED72 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 237 114 -
CMYK 0.12 0 0.52 0.07
HSL 74.15º 0.77% 0.69% -
HSV(B) 74.15º 0.52% 0.93% -
XYZ 59.33 75.19 27.31 -
YUV 214.31 71.39 123.5 -
System Red Green Blue C M Y K H S L
Decimal 208 237 114 0.12 0 0.52 0.07 74.15 0.77 0.69
Hex D0 ED 72 C 0 34 7 4A 4D 45
Octal 320 355 162 14 0 64 7 112 115 105
Binary 11010000 11101101 1110010 1100 0 110100 111 1001010 1001101 1000101

Color Harmonies of #D0ED72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ED72

Black with #D0ED72

Text Example


Text Example

White with #D0ED72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ED72; }

 p { color: rgb(208,237,114); }

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

background-color css

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

 a { background-color: rgb(208,237,114); }

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

border-color css

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

 span { border-color: rgb(208,237,114); }

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