#DBF396

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

Shades of Reef #DBF396

Tints of Reef #DBF396

Color information

#DBF396 (or 0xDBF396) is unknown color: approx Reef. HEX triplet: DB, F3 and 96. RGB value is (219,243,150). Sum of RGB (Red+Green+Blue) = 219+243+150=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 243 (95.31% from 255 or 39.71% from 612); Blue value is 150 (58.98% from 255 or 24.51% from 612); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF396 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF396 is #240C69. Grayscale: #E1E1E1. Windows color (decimal): -2362474 or 9892827. OLE color: 9892827.

HSL color Cylindrical-coordinate representation of color #DBF396: hue angle of 75.48º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBF396 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB219243150-
CMYK0.1000.380.05
HSL75.48º79.49%77.06%-
HSV(B)75.48º38.27%95.29%-
XYZ66.7781.3641.04-
YUV225.2285.55123.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.78%
GREEN value IS 243 (95.31% from 255) = 39.71%
BLUE value IS 150 (58.98% from 255) = 24.51%
R=35.78%
G=39.71%
B=24.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192431500.1000.380.0575.4879.4977.06
HexDBF396A02654b4f4d
Octal333363226120465113117115
Binary11011011111100111001011010100100110101100101110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF396; }

 p { color: rgb(219,243,150); }

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

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

 a { background-color: rgb(219,243,150); }

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

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

 span { border-color: rgb(219,243,150); }

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