#D6F17D

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

Shades of Mindaro #D6F17D

Tints of Mindaro #D6F17D

Color information

#D6F17D (or 0xD6F17D) is unknown color: approx Mindaro. HEX triplet: D6, F1 and 7D. RGB value is (214,241,125). Sum of RGB (Red+Green+Blue) = 214+241+125=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 125 (49.22% from 255 or 21.55% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F17D is #290E82. Grayscale: #DCDCDC. Windows color (decimal): -2690691 or 8253910. OLE color: 8253910.

HSL color Cylindrical-coordinate representation of color #D6F17D: hue angle of 73.97º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6F17D is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB214241125-
CMYK0.1100.480.05
HSL73.97º80.56%71.76%-
HSV(B)73.97º48.13%94.51%-
XYZ62.8978.6931.28-
YUV219.774.55123.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.90%
GREEN value IS 241 (94.53% from 255) = 41.55%
BLUE value IS 125 (49.22% from 255) = 21.55%
R=36.90%
G=41.55%
B=21.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142411250.1100.480.0573.9780.5671.76
HexD6F17DB03054a5148
Octal326361175130605112121110
Binary1101011011110001111110110110110000101100101010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F17D; }

 p { color: rgb(214,241,125); }

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

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

 a { background-color: rgb(214,241,125); }

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

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

 span { border-color: rgb(214,241,125); }

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