#D9FD7D

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

Shades of Mindaro #D9FD7D

Tints of Mindaro #D9FD7D

Color information

#D9FD7D (or 0xD9FD7D) is unknown color: approx Mindaro. HEX triplet: D9, FD and 7D. RGB value is (217,253,125). Sum of RGB (Red+Green+Blue) = 217+253+125=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FD7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FD7D is #260282. Grayscale: #E4E4E4. Windows color (decimal): -2491011 or 8256985. OLE color: 8256985.

HSL color Cylindrical-coordinate representation of color #D9FD7D: hue angle of 76.88º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9FD7D is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB217253125-
CMYK0.1400.510.01
HSL76.88º96.97%74.12%-
HSV(B)76.88º50.59%99.22%-
XYZ67.4486.4832.54-
YUV227.6470.07120.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.47%
GREEN value IS 253 (99.22% from 255) = 42.52%
BLUE value IS 125 (49.22% from 255) = 21.01%
R=36.47%
G=42.52%
B=21.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172531250.1400.510.0176.8896.9774.12
HexD9FD7DE03314d614a
Octal331375175160631115141112
Binary11011001111111011111101111001100111100110111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FD7D; }

 p { color: rgb(217,253,125); }

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

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

 a { background-color: rgb(217,253,125); }

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

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

 span { border-color: rgb(217,253,125); }

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