#dbf298

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

Shades of Reef #DBF298

Tints of Reef #DBF298

Color information

#DBF298 (or 0xDBF298) is unknown color: approx Reef. HEX triplet: DB, F2 and 98. RGB value is (219,242,152). Sum of RGB (Red+Green+Blue) = 219+242+152=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 152 (59.77% from 255 or 24.80% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF298 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF298 is #240D67. Grayscale: #E1E1E1. Windows color (decimal): -2362728 or 10023643. OLE color: 10023643.

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

Color convert

RGB219242152-
CMYK0.1000.370.05
HSL75.33º77.59%77.25%-
HSV(B)75.33º37.19%94.9%-
XYZ66.6380.8341.8-
YUV224.8686.88123.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 242 (94.92% from 255) = 39.48%
BLUE value IS 152 (59.77% from 255) = 24.80%
R=35.73%
G=39.48%
B=24.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192421520.1000.370.0575.3377.5977.25
HexDBF298A02554b4e4d
Octal333362230120455113116115
Binary11011011111100101001100010100100101101100101110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbf298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbf298; }

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

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

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

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

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

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

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

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