Html Css Color HEX #D2E45B Mindaro

📋 copy color: '#D2E45B'

red 210 ◦ green 228 ◦ blue 91

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

Shades of Mindaro #D2E45B

Tints of Mindaro #D2E45B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.1%

 BLUE value IS 91 (35.94% from 255) = 17.2%

R = 39.7%
G = 43.1%
B = 17.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#D2E45B (or 0xD2E45B) is known color: Mindaro. HEX triplet: D2, E4 and 5B. RGB value is (210,228,91). Sum of RGB (Red+Green+Blue) = 210+228+91=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 91 (35.94% from 255 or 17.20% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #D2E45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E45B is #2D1BA4. Grayscale: #CFCFCF. Windows color (decimal): -2956197 or 6022354. OLE color: 6022354.

HSL color Cylindrical-coordinate representation of color #D2E45B: hue angle of 67.88º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2E45B is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 228 91 -
CMYK 0.08 0 0.60 0.11
HSL 67.88º 0.72% 0.63% -
HSV(B) 67.88º 0.6% 0.89% -
XYZ 56.21 69.94 20.44 -
YUV 207 62.54 130.14 -
System Red Green Blue C M Y K H S L
Decimal 210 228 91 0.08 0 0.60 0.11 67.88 0.72 0.63
Hex D2 E4 5B 8 0 3C B 44 48 3F
Octal 322 344 133 10 0 74 13 104 110 77
Binary 11010010 11100100 1011011 1000 0 111100 1011 1000100 1001000 111111

Color Harmonies of #D2E45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E45B

Black with #D2E45B

Text Example


Text Example

White with #D2E45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E45B; }

 p { color: rgb(210,228,91); }

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

background-color css

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

 a { background-color: rgb(210,228,91); }

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

border-color css

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

 span { border-color: rgb(210,228,91); }

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