Html Css Color HEX #D2E45E Mindaro

📋 copy color: '#D2E45E'

red 210 ◦ green 228 ◦ blue 94

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

Shades of Mindaro #D2E45E

Tints of Mindaro #D2E45E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.67%

R = 39.47%
G = 42.86%
B = 17.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#D2E45E (or 0xD2E45E) is known color: Mindaro. HEX triplet: D2, E4 and 5E. RGB value is (210,228,94). Sum of RGB (Red+Green+Blue) = 210+228+94=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 94 (37.11% from 255 or 17.67% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #D2E45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E45E is #2D1BA1. Grayscale: #CFCFCF. Windows color (decimal): -2956194 or 6218962. OLE color: 6218962.

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

Color convert

RGB 210 228 94 -
CMYK 0.08 0 0.59 0.11
HSL 68.06º 0.71% 0.63% -
HSV(B) 68.06º 0.59% 0.89% -
XYZ 56.34 70 21.13 -
YUV 207.34 64.04 129.9 -
System Red Green Blue C M Y K H S L
Decimal 210 228 94 0.08 0 0.59 0.11 68.06 0.71 0.63
Hex D2 E4 5E 8 0 3B B 44 47 3F
Octal 322 344 136 10 0 73 13 104 107 77
Binary 11010010 11100100 1011110 1000 0 111011 1011 1000100 1000111 111111

Color Harmonies of #D2E45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E45E

Black with #D2E45E

Text Example


Text Example

White with #D2E45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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