#D5F672

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

Shades of Mindaro #D5F672

Tints of Mindaro #D5F672

Color information

#D5F672 (or 0xD5F672) is unknown color: approx Mindaro. HEX triplet: D5, F6 and 72. RGB value is (213,246,114). Sum of RGB (Red+Green+Blue) = 213+246+114=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 246 (96.48% from 255 or 42.93% from 573); Blue value is 114 (44.92% from 255 or 19.90% from 573); Max value from RGB is 246 - color contains mainly: green. Hex color #D5F672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F672 is #2A098D. Grayscale: #DDDDDD. Windows color (decimal): -2754958 or 7534293. OLE color: 7534293.

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

Color convert

RGB213246114-
CMYK0.1300.540.04
HSL75º88%70.59%-
HSV(B)75º53.66%96.47%-
XYZ63.4381.2728.26-
YUV221.0867.57122.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.17%
GREEN value IS 246 (96.48% from 255) = 42.93%
BLUE value IS 114 (44.92% from 255) = 19.90%
R=37.17%
G=42.93%
B=19.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2132461140.1300.540.04758870.59
HexD5F672D03644b5847
Octal325366162150664113130107
Binary1101010111110110111001011010110110100100101110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F672; }

 p { color: rgb(213,246,114); }

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

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

 a { background-color: rgb(213,246,114); }

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

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

 span { border-color: rgb(213,246,114); }

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