#DBF998

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

Shades of Reef #DBF998

Tints of Reef #DBF998

Color information

#DBF998 (or 0xDBF998) is unknown color: approx Reef. HEX triplet: DB, F9 and 98. RGB value is (219,249,152). Sum of RGB (Red+Green+Blue) = 219+249+152=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 152 (59.77% from 255 or 24.52% from 620); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF998 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF998 is #240667. Grayscale: #E5E5E5. Windows color (decimal): -2360936 or 10025435. OLE color: 10025435.

HSL color Cylindrical-coordinate representation of color #DBF998: hue angle of 78.56º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBF998 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB219249152-
CMYK0.1200.390.02
HSL78.56º88.99%78.63%-
HSV(B)78.56º38.96%97.65%-
XYZ68.7685.0842.5-
YUV228.9784.56120.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.32%
GREEN value IS 249 (97.66% from 255) = 40.16%
BLUE value IS 152 (59.77% from 255) = 24.52%
R=35.32%
G=40.16%
B=24.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192491520.1200.390.0278.5688.9978.63
HexDBF998C02724f594f
Octal333371230140472117131117
Binary1101101111111001100110001100010011110100111110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF998; }

 p { color: rgb(219,249,152); }

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

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

 a { background-color: rgb(219,249,152); }

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

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

 span { border-color: rgb(219,249,152); }

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