#D7FBA1

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

Shades of Reef #D7FBA1

Tints of Reef #D7FBA1

Color information

#D7FBA1 (or 0xD7FBA1) is unknown color: approx Reef. HEX triplet: D7, FB and A1. RGB value is (215,251,161). Sum of RGB (Red+Green+Blue) = 215+251+161=627 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.29% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 161 (63.28% from 255 or 25.68% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #D7FBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7FBA1 is #28045E. Grayscale: #E6E6E6. Windows color (decimal): -2622559 or 10615767. OLE color: 10615767.

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

Color convert

RGB215251161-
CMYK0.1400.360.02
HSL84º91.84%80.78%-
HSV(B)84º35.86%98.43%-
XYZ68.9586.0146.69-
YUV229.9889.07117.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.29%
GREEN value IS 251 (98.44% from 255) = 40.03%
BLUE value IS 161 (63.28% from 255) = 25.68%
R=34.29%
G=40.03%
B=25.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152511610.1400.360.028491.8480.78
HexD7FBA1E0242545c51
Octal327373241160442124134121
Binary1101011111111011101000011110010010010101010010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FBA1; }

 p { color: rgb(215,251,161); }

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

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

 a { background-color: rgb(215,251,161); }

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

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

 span { border-color: rgb(215,251,161); }

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