#DBF191

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

Shades of Reef #DBF191

Tints of Reef #DBF191

Color information

#DBF191 (or 0xDBF191) is unknown color: approx Reef. HEX triplet: DB, F1 and 91. RGB value is (219,241,145). Sum of RGB (Red+Green+Blue) = 219+241+145=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 145 (57.03% from 255 or 23.97% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF191 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF191 is #240E6E. Grayscale: #DFDFDF. Windows color (decimal): -2362991 or 9564635. OLE color: 9564635.

HSL color Cylindrical-coordinate representation of color #DBF191: hue angle of 73.75º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBF191 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB219241145-
CMYK0.0900.400.05
HSL73.75º77.42%75.69%-
HSV(B)73.75º39.83%94.51%-
XYZ65.7880.0138.77-
YUV223.4883.71124.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.20%
GREEN value IS 241 (94.53% from 255) = 39.83%
BLUE value IS 145 (57.03% from 255) = 23.97%
R=36.20%
G=39.83%
B=23.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192411450.0900.400.0573.7577.4275.69
HexDBF191902854a4d4c
Octal333361221110505112115114
Binary11011011111100011001000110010101000101100101010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF191; }

 p { color: rgb(219,241,145); }

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

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

 a { background-color: rgb(219,241,145); }

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

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

 span { border-color: rgb(219,241,145); }

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