#D5F960

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

Shades of Mindaro #D5F960

Tints of Mindaro #D5F960

Color information

#D5F960 (or 0xD5F960) is unknown color: approx Mindaro. HEX triplet: D5, F9 and 60. RGB value is (213,249,96). Sum of RGB (Red+Green+Blue) = 213+249+96=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 96 (37.89% from 255 or 17.20% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F960 is #2A069F. Grayscale: #DDDDDD. Windows color (decimal): -2754208 or 6355413. OLE color: 6355413.

HSL color Cylindrical-coordinate representation of color #D5F960: hue angle of 74.12º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5F960 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB21324996-
CMYK0.1400.610.02
HSL74.12º92.73%67.65%-
HSV(B)74.12º61.45%97.65%-
XYZ63.4382.7423.69-
YUV220.7957.57122.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.17%
GREEN value IS 249 (97.66% from 255) = 44.62%
BLUE value IS 96 (37.89% from 255) = 17.20%
R=38.17%
G=44.62%
B=17.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal213249960.1400.610.0274.1292.7367.65
HexD5F960E03D24a5d44
Octal325371140160752112135104
Binary110101011111100111000001110011110110100101010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F960; }

 p { color: rgb(213,249,96); }

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

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

 a { background-color: rgb(213,249,96); }

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

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

 span { border-color: rgb(213,249,96); }

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