#D2F275

Color #D2F275 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #D2F275

Tints of Mindaro #D2F275

Color information

#D2F275 (or 0xD2F275) is unknown color: approx Mindaro. HEX triplet: D2, F2 and 75. RGB value is (210,242,117). Sum of RGB (Red+Green+Blue) = 210+242+117=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F275 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F275 is #2D0D8A. Grayscale: #DADADA. Windows color (decimal): -2952587 or 7729874. OLE color: 7729874.

HSL color Cylindrical-coordinate representation of color #D2F275: hue angle of 75.36º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2F275 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB210242117-
CMYK0.1300.520.05
HSL75.36º82.78%70.39%-
HSV(B)75.36º51.65%94.9%-
XYZ61.5478.4928.74-
YUV218.1870.9122.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.91%
GREEN value IS 242 (94.92% from 255) = 42.53%
BLUE value IS 117 (46.09% from 255) = 20.56%
R=36.91%
G=42.53%
B=20.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102421170.1300.520.0575.3682.7870.39
HexD2F275D03454b5346
Octal322362165150645113123106
Binary1101001011110010111010111010110100101100101110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F275; }

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

 H1.HeaderClassName
 {
   color: #D2F275;
 }
 .AnyTagClassName
 {
   color: #D2F275;
 }
</style>
background-color css

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

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

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

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

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

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