#D9FA9B

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

Shades of Reef #D9FA9B

Tints of Reef #D9FA9B

Color information

#D9FA9B (or 0xD9FA9B) is unknown color: approx Reef. HEX triplet: D9, FA and 9B. RGB value is (217,250,155). Sum of RGB (Red+Green+Blue) = 217+250+155=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 155 (60.94% from 255 or 24.92% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FA9B is #260564. Grayscale: #E5E5E5. Windows color (decimal): -2491749 or 10222297. OLE color: 10222297.

HSL color Cylindrical-coordinate representation of color #D9FA9B: hue angle of 80.84º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D9FA9B is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB217250155-
CMYK0.1300.380.02
HSL80.84º90.48%79.41%-
HSV(B)80.84º38%98.04%-
XYZ68.7285.4943.89-
YUV229.386.07119.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.89%
GREEN value IS 250 (98.05% from 255) = 40.19%
BLUE value IS 155 (60.94% from 255) = 24.92%
R=34.89%
G=40.19%
B=24.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172501550.1300.380.0280.8490.4879.41
HexD9FA9BD0262515a4f
Octal331372233150462121132117
Binary1101100111111010100110111101010011010101000110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FA9B; }

 p { color: rgb(217,250,155); }

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

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

 a { background-color: rgb(217,250,155); }

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

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

 span { border-color: rgb(217,250,155); }

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