#dbff98

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

Shades of Reef #DBFF98

Tints of Reef #DBFF98

Color information

#DBFF98 (or 0xDBFF98) is unknown color: approx Reef. HEX triplet: DB, FF and 98. RGB value is (219,255,152). Sum of RGB (Red+Green+Blue) = 219+255+152=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 152 (59.77% from 255 or 24.28% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF98 is #240067. Grayscale: #E8E8E8. Windows color (decimal): -2359400 or 10026971. OLE color: 10026971.

HSL color Cylindrical-coordinate representation of color #DBFF98: hue angle of 80.97º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBFF98 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB219255152-
CMYK0.1400.400
HSL80.97º100%79.8%-
HSV(B)80.97º40.39%100%-
XYZ70.6488.8543.13-
YUV232.4982.57118.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.98%
GREEN value IS 255 (100% from 255) = 40.73%
BLUE value IS 152 (59.77% from 255) = 24.28%
R=34.98%
G=40.73%
B=24.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192551520.1400.40080.9710079.8
HexDBFF98E0280516450
Octal333377230160500121144120
Binary110110111111111110011000111001010000101000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbff98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbff98; }

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

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

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

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

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

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

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

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