Html Css Color HEX #D2E077 Mindaro

📋 copy color: '#D2E077'

red 210 ◦ green 224 ◦ blue 119

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

Shades of Mindaro #D2E077

Tints of Mindaro #D2E077

RGB

 RED value IS 210 (82.42% from 255) = 37.97%

 GREEN value IS 224 (87.89% from 255) = 40.51%

 BLUE value IS 119 (46.88% from 255) = 21.52%

R = 37.97%
G = 40.51%
B = 21.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#D2E077 (or 0xD2E077) is known color: Mindaro. HEX triplet: D2, E0 and 77. RGB value is (210,224,119). Sum of RGB (Red+Green+Blue) = 210+224+119=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 119 (46.88% from 255 or 21.52% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E077 is #2D1F88. Grayscale: #D0D0D0. Windows color (decimal): -2957193 or 7856338. OLE color: 7856338.

HSL color Cylindrical-coordinate representation of color #D2E077: hue angle of 68º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D2E077 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 224 119 -
CMYK 0.06 0 0.47 0.12
HSL 68º 0.63% 0.67% -
HSV(B) 68º 0.47% 0.88% -
XYZ 56.56 68.34 27.66 -
YUV 207.84 77.86 129.54 -
System Red Green Blue C M Y K H S L
Decimal 210 224 119 0.06 0 0.47 0.12 68 0.63 0.67
Hex D2 E0 77 6 0 2F C 44 3F 43
Octal 322 340 167 6 0 57 14 104 77 103
Binary 11010010 11100000 1110111 110 0 101111 1100 1000100 111111 1000011

Color Harmonies of #D2E077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E077

Black with #D2E077

Text Example


Text Example

White with #D2E077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E077; }

 p { color: rgb(210,224,119); }

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

background-color css

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

 a { background-color: rgb(210,224,119); }

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

border-color css

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

 span { border-color: rgb(210,224,119); }

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