#D5FA97

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

Shades of Reef #D5FA97

Tints of Reef #D5FA97

Color information

#D5FA97 (or 0xD5FA97) is unknown color: approx Reef. HEX triplet: D5, FA and 97. RGB value is (213,250,151). Sum of RGB (Red+Green+Blue) = 213+250+151=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 151 (59.38% from 255 or 24.59% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FA97 is #2A0568. Grayscale: #E4E4E4. Windows color (decimal): -2753897 or 9960149. OLE color: 9960149.

HSL color Cylindrical-coordinate representation of color #D5FA97: hue angle of 82.42º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5FA97 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB213250151-
CMYK0.1500.400.02
HSL82.42º90.83%78.63%-
HSV(B)82.42º39.6%98.04%-
XYZ67.2184.7542.09-
YUV227.6584.74117.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.69%
GREEN value IS 250 (98.05% from 255) = 40.72%
BLUE value IS 151 (59.38% from 255) = 24.59%
R=34.69%
G=40.72%
B=24.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132501510.1500.400.0282.4290.8378.63
HexD5FA97F0282525b4f
Octal325372227170502122133117
Binary1101010111111010100101111111010100010101001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FA97; }

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

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

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

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

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

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

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

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