Html Css Color HEX #D2E16A Mindaro

📋 copy color: '#D2E16A'

red 210 ◦ green 225 ◦ blue 106

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

Shades of Mindaro #D2E16A

Tints of Mindaro #D2E16A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.59%

 BLUE value IS 106 (41.8% from 255) = 19.59%

R = 38.82%
G = 41.59%
B = 19.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#D2E16A (or 0xD2E16A) is known color: Mindaro. HEX triplet: D2, E1 and 6A. RGB value is (210,225,106). Sum of RGB (Red+Green+Blue) = 210+225+106=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 106 (41.80% from 255 or 19.59% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E16A is #2D1E95. Grayscale: #CFCFCF. Windows color (decimal): -2956950 or 7004626. OLE color: 7004626.

HSL color Cylindrical-coordinate representation of color #D2E16A: hue angle of 67.56º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2E16A is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 225 106 -
CMYK 0.07 0 0.53 0.12
HSL 67.56º 0.66% 0.65% -
HSV(B) 67.56º 0.53% 0.88% -
XYZ 56.11 68.59 23.92 -
YUV 206.95 71.03 130.18 -
System Red Green Blue C M Y K H S L
Decimal 210 225 106 0.07 0 0.53 0.12 67.56 0.66 0.65
Hex D2 E1 6A 7 0 35 C 44 42 41
Octal 322 341 152 7 0 65 14 104 102 101
Binary 11010010 11100001 1101010 111 0 110101 1100 1000100 1000010 1000001

Color Harmonies of #D2E16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E16A

Black with #D2E16A

Text Example


Text Example

White with #D2E16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E16A; }

 p { color: rgb(210,225,106); }

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

background-color css

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

 a { background-color: rgb(210,225,106); }

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

border-color css

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

 span { border-color: rgb(210,225,106); }

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