#DBF68C

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

Shades of Reef #DBF68C

Tints of Reef #DBF68C

Color information

#DBF68C (or 0xDBF68C) is unknown color: approx Reef. HEX triplet: DB, F6 and 8C. RGB value is (219,246,140). Sum of RGB (Red+Green+Blue) = 219+246+140=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 246 (96.48% from 255 or 40.66% from 605); Blue value is 140 (55.08% from 255 or 23.14% from 605); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF68C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF68C is #240973. Grayscale: #E2E2E2. Windows color (decimal): -2361716 or 9238235. OLE color: 9238235.

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

Color convert

RGB219246140-
CMYK0.1100.430.04
HSL75.28º85.48%75.69%-
HSV(B)75.28º43.09%96.47%-
XYZ66.982.8737.28-
YUV225.8479.55123.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.20%
GREEN value IS 246 (96.48% from 255) = 40.66%
BLUE value IS 140 (55.08% from 255) = 23.14%
R=36.20%
G=40.66%
B=23.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192461400.1100.430.0475.2885.4875.69
HexDBF68CB02B44b554c
Octal333366214130534113125114
Binary11011011111101101000110010110101011100100101110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF68C; }

 p { color: rgb(219,246,140); }

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

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

 a { background-color: rgb(219,246,140); }

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

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

 span { border-color: rgb(219,246,140); }

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