Html Css Color HEX #D2E07A Mindaro

📋 copy color: '#D2E07A'

red 210 ◦ green 224 ◦ blue 122

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

Shades of Mindaro #D2E07A

Tints of Mindaro #D2E07A

RGB

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

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

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

R = 37.77%
G = 40.29%
B = 21.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#D2E07A (or 0xD2E07A) is known color: Mindaro. HEX triplet: D2, E0 and 7A. RGB value is (210,224,122). Sum of RGB (Red+Green+Blue) = 210+224+122=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 122 (48.05% from 255 or 21.94% from 556); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E07A is #2D1F85. Grayscale: #D0D0D0. Windows color (decimal): -2957190 or 8052946. OLE color: 8052946.

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

Color convert

RGB 210 224 122 -
CMYK 0.06 0 0.46 0.12
HSL 68.24º 0.62% 0.68% -
HSV(B) 68.24º 0.46% 0.88% -
XYZ 56.75 68.42 28.63 -
YUV 208.19 79.36 129.29 -
System Red Green Blue C M Y K H S L
Decimal 210 224 122 0.06 0 0.46 0.12 68.24 0.62 0.68
Hex D2 E0 7A 6 0 2E C 44 3E 44
Octal 322 340 172 6 0 56 14 104 76 104
Binary 11010010 11100000 1111010 110 0 101110 1100 1000100 111110 1000100

Color Harmonies of #D2E07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E07A

Black with #D2E07A

Text Example


Text Example

White with #D2E07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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