#DBFC95

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

Shades of Reef #DBFC95

Tints of Reef #DBFC95

Color information

#DBFC95 (or 0xDBFC95) is unknown color: approx Reef. HEX triplet: DB, FC and 95. RGB value is (219,252,149). Sum of RGB (Red+Green+Blue) = 219+252+149=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 149 (58.59% from 255 or 24.03% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFC95 is #24036A. Grayscale: #E6E6E6. Windows color (decimal): -2360171 or 9829595. OLE color: 9829595.

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

Color convert

RGB219252149-
CMYK0.1300.410.01
HSL79.22º94.5%78.63%-
HSV(B)79.22º40.87%98.82%-
XYZ69.4586.8541.54-
YUV230.3982.07119.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.32%
GREEN value IS 252 (98.83% from 255) = 40.65%
BLUE value IS 149 (58.59% from 255) = 24.03%
R=35.32%
G=40.65%
B=24.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192521490.1300.410.0179.2294.578.63
HexDBFC95D02914f5e4f
Octal333374225150511117136117
Binary110110111111110010010101110101010011100111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFC95; }

 p { color: rgb(219,252,149); }

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

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

 a { background-color: rgb(219,252,149); }

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

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

 span { border-color: rgb(219,252,149); }

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