Html Css Color HEX #D2E169 Mindaro

📋 copy color: '#D2E169'

red 210 ◦ green 225 ◦ blue 105

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

Shades of Mindaro #D2E169

Tints of Mindaro #D2E169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.44%

R = 38.89%
G = 41.67%
B = 19.44%

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

#D2E169 (or 0xD2E169) is known color: Mindaro. HEX triplet: D2, E1 and 69. RGB value is (210,225,105). Sum of RGB (Red+Green+Blue) = 210+225+105=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 105 (41.41% from 255 or 19.44% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E169 is #2D1E96. Grayscale: #CFCFCF. Windows color (decimal): -2956951 or 6939090. OLE color: 6939090.

HSL color Cylindrical-coordinate representation of color #D2E169: hue angle of 67.5º degrees, saturation: 0.67, 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 #D2E169 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 225 105 -
CMYK 0.07 0 0.53 0.12
HSL 67.5º 0.67% 0.65% -
HSV(B) 67.5º 0.53% 0.88% -
XYZ 56.05 68.57 23.65 -
YUV 206.84 70.53 130.26 -
System Red Green Blue C M Y K H S L
Decimal 210 225 105 0.07 0 0.53 0.12 67.5 0.67 0.65
Hex D2 E1 69 7 0 35 C 44 43 41
Octal 322 341 151 7 0 65 14 104 103 101
Binary 11010010 11100001 1101001 111 0 110101 1100 1000100 1000011 1000001

Color Harmonies of #D2E169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E169

Black with #D2E169

Text Example


Text Example

White with #D2E169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E169; }

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

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

background-color css

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

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

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

border-color css

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

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

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