#D5F56D

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

Shades of Mindaro #D5F56D

Tints of Mindaro #D5F56D

Color information

#D5F56D (or 0xD5F56D) is unknown color: approx Mindaro. HEX triplet: D5, F5 and 6D. RGB value is (213,245,109). Sum of RGB (Red+Green+Blue) = 213+245+109=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 245 (96.09% from 255 or 43.21% from 567); Blue value is 109 (42.97% from 255 or 19.22% from 567); Max value from RGB is 245 - color contains mainly: green. Hex color #D5F56D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F56D is #2A0A92. Grayscale: #DCDCDC. Windows color (decimal): -2755219 or 7206357. OLE color: 7206357.

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

Color convert

RGB213245109-
CMYK0.1300.560.04
HSL74.12º87.18%69.41%-
HSV(B)74.12º55.51%96.08%-
XYZ62.8580.5626.7-
YUV219.9365.4123.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.57%
GREEN value IS 245 (96.09% from 255) = 43.21%
BLUE value IS 109 (42.97% from 255) = 19.22%
R=37.57%
G=43.21%
B=19.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2132451090.1300.560.0474.1287.1869.41
HexD5F56DD03844a5745
Octal325365155150704112127105
Binary1101010111110101110110111010111000100100101010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F56D; }

 p { color: rgb(213,245,109); }

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

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

 a { background-color: rgb(213,245,109); }

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

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

 span { border-color: rgb(213,245,109); }

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