Html Css Color HEX #D2E15A Mindaro

📋 copy color: '#D2E15A'

red 210 ◦ green 225 ◦ blue 90

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

Shades of Mindaro #D2E15A

Tints of Mindaro #D2E15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.14%

R = 40%
G = 42.86%
B = 17.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#D2E15A (or 0xD2E15A) is known color: Mindaro. HEX triplet: D2, E1 and 5A. RGB value is (210,225,90). Sum of RGB (Red+Green+Blue) = 210+225+90=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E15A is #2D1EA5. Grayscale: #CDCDCD. Windows color (decimal): -2956966 or 5956050. OLE color: 5956050.

HSL color Cylindrical-coordinate representation of color #D2E15A: hue angle of 66.67º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2E15A is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 225 90 -
CMYK 0.07 0 0.60 0.12
HSL 66.67º 0.69% 0.62% -
HSV(B) 66.67º 0.6% 0.88% -
XYZ 55.35 68.29 19.94 -
YUV 205.13 63.03 131.48 -
System Red Green Blue C M Y K H S L
Decimal 210 225 90 0.07 0 0.60 0.12 66.67 0.69 0.62
Hex D2 E1 5A 7 0 3C C 43 45 3E
Octal 322 341 132 7 0 74 14 103 105 76
Binary 11010010 11100001 1011010 111 0 111100 1100 1000011 1000101 111110

Color Harmonies of #D2E15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E15A

Black with #D2E15A

Text Example


Text Example

White with #D2E15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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