#DBFC88

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

Shades of Sulu #DBFC88

Tints of Sulu #DBFC88

Color information

#DBFC88 (or 0xDBFC88) is unknown color: approx Sulu. HEX triplet: DB, FC and 88. RGB value is (219,252,136). Sum of RGB (Red+Green+Blue) = 219+252+136=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 136 (53.52% from 255 or 22.41% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFC88 is #240377. Grayscale: #E5E5E5. Windows color (decimal): -2360184 or 8977627. OLE color: 8977627.

HSL color Cylindrical-coordinate representation of color #DBFC88: hue angle of 77.07º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBFC88 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB219252136-
CMYK0.1300.460.01
HSL77.07º95.08%76.08%-
HSV(B)77.07º46.03%98.82%-
XYZ68.4786.4636.37-
YUV228.9175.57120.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 252 (98.83% from 255) = 41.52%
BLUE value IS 136 (53.52% from 255) = 22.41%
R=36.08%
G=41.52%
B=22.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192521360.1300.460.0177.0795.0876.08
HexDBFC88D02E14d5f4c
Octal333374210150561115137114
Binary110110111111110010001000110101011101100110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFC88; }

 p { color: rgb(219,252,136); }

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

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

 a { background-color: rgb(219,252,136); }

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

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

 span { border-color: rgb(219,252,136); }

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