#D3FF96

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

Shades of Reef #D3FF96

Tints of Reef #D3FF96

Color information

#D3FF96 (or 0xD3FF96) is unknown color: approx Reef. HEX triplet: D3, FF and 96. RGB value is (211,255,150). Sum of RGB (Red+Green+Blue) = 211+255+150=616 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.25% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 150 (58.98% from 255 or 24.35% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3FF96 is #2C0069. Grayscale: #E6E6E6. Windows color (decimal): -2883690 or 9895891. OLE color: 9895891.

HSL color Cylindrical-coordinate representation of color #D3FF96: hue angle of 85.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3FF96 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB211255150-
CMYK0.1700.410
HSL85.14º100%79.41%-
HSV(B)85.14º41.18%100%-
XYZ68.1387.5742.17-
YUV229.8782.92114.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.25%
GREEN value IS 255 (100% from 255) = 41.40%
BLUE value IS 150 (58.98% from 255) = 24.35%
R=34.25%
G=41.40%
B=24.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2112551500.1700.41085.1410079.41
HexD3FF9611029055644f
Octal323377226210510125144117
Binary1101001111111111100101101000101010010101010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FF96; }

 p { color: rgb(211,255,150); }

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

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

 a { background-color: rgb(211,255,150); }

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

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

 span { border-color: rgb(211,255,150); }

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