#D5F561

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

Shades of Mindaro #D5F561

Tints of Mindaro #D5F561

Color information

#D5F561 (or 0xD5F561) is unknown color: approx Mindaro. HEX triplet: D5, F5 and 61. RGB value is (213,245,97). Sum of RGB (Red+Green+Blue) = 213+245+97=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 245 (96.09% from 255 or 44.14% from 555); Blue value is 97 (38.28% from 255 or 17.48% from 555); Max value from RGB is 245 - color contains mainly: green. Hex color #D5F561 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F561 is #2A0A9E. Grayscale: #DBDBDB. Windows color (decimal): -2755231 or 6419925. OLE color: 6419925.

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

Color convert

RGB21324597-
CMYK0.1300.600.04
HSL72.97º88.1%67.06%-
HSV(B)72.97º60.41%96.08%-
XYZ62.2580.3123.53-
YUV218.5659.4124.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.38%
GREEN value IS 245 (96.09% from 255) = 44.14%
BLUE value IS 97 (38.28% from 255) = 17.48%
R=38.38%
G=44.14%
B=17.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal213245970.1300.600.0472.9788.167.06
HexD5F561D03C4495843
Octal325365141150744111130103
Binary1101010111110101110000111010111100100100100110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F561; }

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

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

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

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

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

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

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

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