#DBF58F

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

Shades of Reef #DBF58F

Tints of Reef #DBF58F

Color information

#DBF58F (or 0xDBF58F) is unknown color: approx Reef. HEX triplet: DB, F5 and 8F. RGB value is (219,245,143). Sum of RGB (Red+Green+Blue) = 219+245+143=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 143 (56.25% from 255 or 23.56% from 607); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF58F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF58F is #240A70. Grayscale: #E1E1E1. Windows color (decimal): -2361969 or 9434587. OLE color: 9434587.

HSL color Cylindrical-coordinate representation of color #DBF58F: hue angle of 75.29º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBF58F is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB219245143-
CMYK0.1100.420.04
HSL75.29º83.61%76.08%-
HSV(B)75.29º41.63%96.08%-
XYZ66.8282.3538.36-
YUV225.681.39123.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 245 (96.09% from 255) = 40.36%
BLUE value IS 143 (56.25% from 255) = 23.56%
R=36.08%
G=40.36%
B=23.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192451430.1100.420.0475.2983.6176.08
HexDBF58FB02A44b544c
Octal333365217130524113124114
Binary11011011111101011000111110110101010100100101110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF58F; }

 p { color: rgb(219,245,143); }

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

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

 a { background-color: rgb(219,245,143); }

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

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

 span { border-color: rgb(219,245,143); }

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