#DFFF96

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

Shades of Reef #DFFF96

Tints of Reef #DFFF96

Color information

#DFFF96 (or 0xDFFF96) is unknown color: approx Reef. HEX triplet: DF, FF and 96. RGB value is (223,255,150). Sum of RGB (Red+Green+Blue) = 223+255+150=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 150 (58.98% from 255 or 23.89% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFF96 is #200069. Grayscale: #E9E9E9. Windows color (decimal): -2097258 or 9895903. OLE color: 9895903.

HSL color Cylindrical-coordinate representation of color #DFFF96: hue angle of 78.29º 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 #DFFF96 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB223255150-
CMYK0.1300.410
HSL78.29º100%79.41%-
HSV(B)78.29º41.18%100%-
XYZ71.789.4142.33-
YUV233.4680.9120.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 255 (100% from 255) = 40.61%
BLUE value IS 150 (58.98% from 255) = 23.89%
R=35.51%
G=40.61%
B=23.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232551500.1300.41078.2910079.41
HexDFFF96D02904e644f
Octal337377226150510116144117
Binary110111111111111110010110110101010010100111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFF96; }

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

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

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

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

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

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

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

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