Html Css Color HEX #D2E275 Mindaro

📋 copy color: '#D2E275'

red 210 ◦ green 226 ◦ blue 117

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

Shades of Mindaro #D2E275

Tints of Mindaro #D2E275

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.87%

 BLUE value IS 117 (46.09% from 255) = 21.16%

R = 37.97%
G = 40.87%
B = 21.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#D2E275 (or 0xD2E275) is known color: Mindaro. HEX triplet: D2, E2 and 75. RGB value is (210,226,117). Sum of RGB (Red+Green+Blue) = 210+226+117=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 226 (88.67% from 255 or 40.87% from 553); Blue value is 117 (46.09% from 255 or 21.16% from 553); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E275 is #2D1D8A. Grayscale: #D1D1D1. Windows color (decimal): -2956683 or 7725778. OLE color: 7725778.

HSL color Cylindrical-coordinate representation of color #D2E275: hue angle of 68.81º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2E275 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 226 117 -
CMYK 0.07 0 0.48 0.11
HSL 68.81º 0.65% 0.67% -
HSV(B) 68.81º 0.48% 0.89% -
XYZ 56.99 69.38 27.22 -
YUV 208.79 76.2 128.86 -
System Red Green Blue C M Y K H S L
Decimal 210 226 117 0.07 0 0.48 0.11 68.81 0.65 0.67
Hex D2 E2 75 7 0 30 B 45 41 43
Octal 322 342 165 7 0 60 13 105 101 103
Binary 11010010 11100010 1110101 111 0 110000 1011 1000101 1000001 1000011

Color Harmonies of #D2E275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E275

Black with #D2E275

Text Example


Text Example

White with #D2E275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E275; }

 p { color: rgb(210,226,117); }

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

background-color css

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

 a { background-color: rgb(210,226,117); }

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

border-color css

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

 span { border-color: rgb(210,226,117); }

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