Html Css Color HEX #D2F575 Mindaro

📋 copy color: '#D2F575'

red 210 ◦ green 245 ◦ blue 117

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

Shades of Mindaro #D2F575

Tints of Mindaro #D2F575

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.83%

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

R = 36.71%
G = 42.83%
B = 20.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#D2F575 (or 0xD2F575) is known color: Mindaro. HEX triplet: D2, F5 and 75. RGB value is (210,245,117). Sum of RGB (Red+Green+Blue) = 210+245+117=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 245 (96.09% from 255 or 42.83% from 572); Blue value is 117 (46.09% from 255 or 20.45% from 572); Max value from RGB is 245 - color contains mainly: green. Hex color #D2F575 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F575 is #2D0A8A. Grayscale: #DCDCDC. Windows color (decimal): -2951819 or 7730642. OLE color: 7730642.

HSL color Cylindrical-coordinate representation of color #D2F575: hue angle of 76.41º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2F575 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 245 117 -
CMYK 0.14 0 0.52 0.04
HSL 76.41º 0.86% 0.71% -
HSV(B) 76.41º 0.52% 0.96% -
XYZ 62.44 80.29 29.04 -
YUV 219.94 69.9 120.91 -
System Red Green Blue C M Y K H S L
Decimal 210 245 117 0.14 0 0.52 0.04 76.41 0.86 0.71
Hex D2 F5 75 E 0 34 4 4C 56 47
Octal 322 365 165 16 0 64 4 114 126 107
Binary 11010010 11110101 1110101 1110 0 110100 100 1001100 1010110 1000111

Color Harmonies of #D2F575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F575

Black with #D2F575

Text Example


Text Example

White with #D2F575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F575; }

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

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

background-color css

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

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

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

border-color css

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

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

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