#DBF99A

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

Shades of Reef #DBF99A

Tints of Reef #DBF99A

Color information

#DBF99A (or 0xDBF99A) is unknown color: approx Reef. HEX triplet: DB, F9 and 9A. RGB value is (219,249,154). Sum of RGB (Red+Green+Blue) = 219+249+154=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 154 (60.55% from 255 or 24.76% from 622); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF99A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF99A is #240665. Grayscale: #E5E5E5. Windows color (decimal): -2360934 or 10156507. OLE color: 10156507.

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

Color convert

RGB219249154-
CMYK0.1200.380.02
HSL78.95º88.79%79.02%-
HSV(B)78.95º38.15%97.65%-
XYZ68.9285.1443.37-
YUV229.285.56120.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.21%
GREEN value IS 249 (97.66% from 255) = 40.03%
BLUE value IS 154 (60.55% from 255) = 24.76%
R=35.21%
G=40.03%
B=24.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192491540.1200.380.0278.9588.7979.02
HexDBF99AC02624f594f
Octal333371232140462117131117
Binary1101101111111001100110101100010011010100111110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF99A; }

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

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

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

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

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

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

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

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