#D5FA9B

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

Shades of Reef #D5FA9B

Tints of Reef #D5FA9B

Color information

#D5FA9B (or 0xD5FA9B) is unknown color: approx Reef. HEX triplet: D5, FA and 9B. RGB value is (213,250,155). Sum of RGB (Red+Green+Blue) = 213+250+155=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 155 (60.94% from 255 or 25.08% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FA9B is #2A0564. Grayscale: #E4E4E4. Windows color (decimal): -2753893 or 10222293. OLE color: 10222293.

HSL color Cylindrical-coordinate representation of color #D5FA9B: hue angle of 83.37º 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 #D5FA9B is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB213250155-
CMYK0.1500.380.02
HSL83.37º90.48%79.41%-
HSV(B)83.37º38%98.04%-
XYZ67.5484.8843.83-
YUV228.1186.74117.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.47%
GREEN value IS 250 (98.05% from 255) = 40.45%
BLUE value IS 155 (60.94% from 255) = 25.08%
R=34.47%
G=40.45%
B=25.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132501550.1500.380.0283.3790.4879.41
HexD5FA9BF0262535a4f
Octal325372233170462123132117
Binary1101010111111010100110111111010011010101001110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FA9B; }

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

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

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

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

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

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

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

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