Html Css Color HEX #D0E872 Mindaro

📋 copy color: '#D0E872'

red 208 ◦ green 232 ◦ blue 114

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

Shades of Mindaro #D0E872

Tints of Mindaro #D0E872

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.88%

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

R = 37.55%
G = 41.88%
B = 20.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#D0E872 (or 0xD0E872) is known color: Mindaro. HEX triplet: D0, E8 and 72. RGB value is (208,232,114). Sum of RGB (Red+Green+Blue) = 208+232+114=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 232 (91.02% from 255 or 41.88% from 554); Blue value is 114 (44.92% from 255 or 20.58% from 554); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E872 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E872 is #2F178D. Grayscale: #D3D3D3. Windows color (decimal): -3086222 or 7530704. OLE color: 7530704.

HSL color Cylindrical-coordinate representation of color #D0E872: hue angle of 72.2º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0E872 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 232 114 -
CMYK 0.10 0 0.51 0.09
HSL 72.2º 0.72% 0.68% -
HSV(B) 72.2º 0.51% 0.91% -
XYZ 57.91 72.34 26.83 -
YUV 211.37 73.05 125.59 -
System Red Green Blue C M Y K H S L
Decimal 208 232 114 0.10 0 0.51 0.09 72.2 0.72 0.68
Hex D0 E8 72 A 0 33 9 48 48 44
Octal 320 350 162 12 0 63 11 110 110 104
Binary 11010000 11101000 1110010 1010 0 110011 1001 1001000 1001000 1000100

Color Harmonies of #D0E872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E872

Black with #D0E872

Text Example


Text Example

White with #D0E872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E872; }

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

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

background-color css

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

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

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

border-color css

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

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

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