#D5F162

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

Shades of Mindaro #D5F162

Tints of Mindaro #D5F162

Color information

#D5F162 (or 0xD5F162) is unknown color: approx Mindaro. HEX triplet: D5, F1 and 62. RGB value is (213,241,98). Sum of RGB (Red+Green+Blue) = 213+241+98=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 98 (38.67% from 255 or 17.75% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F162 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F162 is #2A0E9D. Grayscale: #D8D8D8. Windows color (decimal): -2756254 or 6484437. OLE color: 6484437.

HSL color Cylindrical-coordinate representation of color #D5F162: hue angle of 71.75º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5F162 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB21324198-
CMYK0.1200.590.05
HSL71.75º83.63%66.47%-
HSV(B)71.75º59.34%94.51%-
XYZ61.177.9423.38-
YUV216.3361.22125.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.59%
GREEN value IS 241 (94.53% from 255) = 43.66%
BLUE value IS 98 (38.67% from 255) = 17.75%
R=38.59%
G=43.66%
B=17.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal213241980.1200.590.0571.7583.6366.47
HexD5F162C03B5485442
Octal325361142140735110124102
Binary1101010111110001110001011000111011101100100010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F162; }

 p { color: rgb(213,241,98); }

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

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

 a { background-color: rgb(213,241,98); }

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

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

 span { border-color: rgb(213,241,98); }

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