#D5F16F

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

Shades of Mindaro #D5F16F

Tints of Mindaro #D5F16F

Color information

#D5F16F (or 0xD5F16F) is unknown color: approx Mindaro. HEX triplet: D5, F1 and 6F. RGB value is (213,241,111). Sum of RGB (Red+Green+Blue) = 213+241+111=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 111 (43.75% from 255 or 19.65% from 565); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F16F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F16F is #2A0E90. Grayscale: #DADADA. Windows color (decimal): -2756241 or 7336405. OLE color: 7336405.

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

Color convert

RGB213241111-
CMYK0.1200.540.05
HSL72.92º82.28%69.02%-
HSV(B)72.92º53.94%94.51%-
XYZ61.7778.226.88-
YUV217.8167.72124.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.70%
GREEN value IS 241 (94.53% from 255) = 42.65%
BLUE value IS 111 (43.75% from 255) = 19.65%
R=37.70%
G=42.65%
B=19.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132411110.1200.540.0572.9282.2869.02
HexD5F16FC0365495245
Octal325361157140665111122105
Binary1101010111110001110111111000110110101100100110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F16F; }

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

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

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

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

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

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

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

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