#D5F65D

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

Shades of Mindaro #D5F65D

Tints of Mindaro #D5F65D

Color information

#D5F65D (or 0xD5F65D) is unknown color: approx Mindaro. HEX triplet: D5, F6 and 5D. RGB value is (213,246,93). Sum of RGB (Red+Green+Blue) = 213+246+93=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 246 (96.48% from 255 or 44.57% from 552); Blue value is 93 (36.72% from 255 or 16.85% from 552); Max value from RGB is 246 - color contains mainly: green. Hex color #D5F65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F65D is #2A09A2. Grayscale: #DBDBDB. Windows color (decimal): -2754979 or 6158037. OLE color: 6158037.

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

Color convert

RGB21324693-
CMYK0.1300.620.04
HSL72.94º89.47%66.47%-
HSV(B)72.94º62.2%96.47%-
XYZ62.3780.8522.67-
YUV218.6957.07123.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.59%
GREEN value IS 246 (96.48% from 255) = 44.57%
BLUE value IS 93 (36.72% from 255) = 16.85%
R=38.59%
G=44.57%
B=16.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal213246930.1300.620.0472.9489.4766.47
HexD5F65DD03E4495942
Octal325366135150764111131102
Binary1101010111110110101110111010111110100100100110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F65D; }

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

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

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

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

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

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

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

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