#D1FBA1

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

Shades of Reef #D1FBA1

Tints of Reef #D1FBA1

Color information

#D1FBA1 (or 0xD1FBA1) is unknown color: approx Reef. HEX triplet: D1, FB and A1. RGB value is (209,251,161). Sum of RGB (Red+Green+Blue) = 209+251+161=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 161 (63.28% from 255 or 25.93% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FBA1 is #2E045E. Grayscale: #E4E4E4. Windows color (decimal): -3015775 or 10615761. OLE color: 10615761.

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

Color convert

RGB209251161-
CMYK0.1700.360.02
HSL88º91.84%80.78%-
HSV(B)88º35.86%98.43%-
XYZ67.2285.1246.61-
YUV228.1890.09114.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.66%
GREEN value IS 251 (98.44% from 255) = 40.42%
BLUE value IS 161 (63.28% from 255) = 25.93%
R=33.66%
G=40.42%
B=25.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092511610.1700.360.028891.8480.78
HexD1FBA1110242585c51
Octal321373241210442130134121
Binary11010001111110111010000110001010010010101100010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FBA1; }

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

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

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

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

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

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

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

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