#DBF58A

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

Shades of Reef #DBF58A

Tints of Reef #DBF58A

Color information

#DBF58A (or 0xDBF58A) is unknown color: approx Reef. HEX triplet: DB, F5 and 8A. RGB value is (219,245,138). Sum of RGB (Red+Green+Blue) = 219+245+138=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 245 (96.09% from 255 or 40.70% from 602); Blue value is 138 (54.30% from 255 or 22.92% from 602); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF58A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF58A is #240A75. Grayscale: #E1E1E1. Windows color (decimal): -2361974 or 9106907. OLE color: 9106907.

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

Color convert

RGB219245138-
CMYK0.1100.440.04
HSL74.58º84.25%75.1%-
HSV(B)74.58º43.67%96.08%-
XYZ66.4582.236.41-
YUV225.0378.89123.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.38%
GREEN value IS 245 (96.09% from 255) = 40.70%
BLUE value IS 138 (54.30% from 255) = 22.92%
R=36.38%
G=40.70%
B=22.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192451380.1100.440.0474.5884.2575.1
HexDBF58AB02C44b544b
Octal333365212130544113124113
Binary11011011111101011000101010110101100100100101110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF58A; }

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

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

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

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

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

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

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

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