#D5F063

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

Shades of Mindaro #D5F063

Tints of Mindaro #D5F063

Color information

#D5F063 (or 0xD5F063) is unknown color: approx Mindaro. HEX triplet: D5, F0 and 63. RGB value is (213,240,99). Sum of RGB (Red+Green+Blue) = 213+240+99=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 99 (39.06% from 255 or 17.93% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F063 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F063 is #2A0F9C. Grayscale: #D8D8D8. Windows color (decimal): -2756509 or 6549717. OLE color: 6549717.

HSL color Cylindrical-coordinate representation of color #D5F063: hue angle of 71.49º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5F063 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB21324099-
CMYK0.1100.590.06
HSL71.49º82.46%66.47%-
HSV(B)71.49º58.75%94.12%-
XYZ60.8577.3723.53-
YUV215.8562.05125.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.59%
GREEN value IS 240 (94.14% from 255) = 43.48%
BLUE value IS 99 (39.06% from 255) = 17.93%
R=38.59%
G=43.48%
B=17.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal213240990.1100.590.0671.4982.4666.47
HexD5F063B03B6475242
Octal325360143130736107122102
Binary1101010111110000110001110110111011110100011110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F063; }

 p { color: rgb(213,240,99); }

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

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

 a { background-color: rgb(213,240,99); }

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

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

 span { border-color: rgb(213,240,99); }

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