#D9FB6B

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

Shades of Mindaro #D9FB6B

Tints of Mindaro #D9FB6B

Color information

#D9FB6B (or 0xD9FB6B) is unknown color: approx Mindaro. HEX triplet: D9, FB and 6B. RGB value is (217,251,107). Sum of RGB (Red+Green+Blue) = 217+251+107=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 251 (98.44% from 255 or 43.65% from 575); Blue value is 107 (42.19% from 255 or 18.61% from 575); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FB6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FB6B is #260494. Grayscale: #E0E0E0. Windows color (decimal): -2491541 or 7076825. OLE color: 7076825.

HSL color Cylindrical-coordinate representation of color #D9FB6B: hue angle of 74.17º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9FB6B is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB217251107-
CMYK0.1400.570.02
HSL74.17º94.74%70.2%-
HSV(B)74.17º57.37%98.43%-
XYZ65.7784.8126.81-
YUV224.4261.74122.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.74%
GREEN value IS 251 (98.44% from 255) = 43.65%
BLUE value IS 107 (42.19% from 255) = 18.61%
R=37.74%
G=43.65%
B=18.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172511070.1400.570.0274.1794.7470.2
HexD9FB6BE03924a5f46
Octal331373153160712112137106
Binary110110011111101111010111110011100110100101010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FB6B; }

 p { color: rgb(217,251,107); }

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

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

 a { background-color: rgb(217,251,107); }

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

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

 span { border-color: rgb(217,251,107); }

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