#DBFE84

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

Shades of Sulu #DBFE84

Tints of Sulu #DBFE84

Color information

#DBFE84 (or 0xDBFE84) is unknown color: approx Sulu. HEX triplet: DB, FE and 84. RGB value is (219,254,132). Sum of RGB (Red+Green+Blue) = 219+254+132=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 132 (51.95% from 255 or 21.82% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE84 is #24017B. Grayscale: #E6E6E6. Windows color (decimal): -2359676 or 8715995. OLE color: 8715995.

HSL color Cylindrical-coordinate representation of color #DBFE84: hue angle of 77.21º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBFE84 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB219254132-
CMYK0.1400.480.00
HSL77.21º98.39%75.69%-
HSV(B)77.21º48.03%99.61%-
XYZ68.8287.6135.11-
YUV229.6372.9120.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.20%
GREEN value IS 254 (99.61% from 255) = 41.98%
BLUE value IS 132 (51.95% from 255) = 21.82%
R=36.20%
G=41.98%
B=21.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192541320.1400.480.0077.2198.3975.69
HexDBFE84E03004d624c
Octal333376204160600115142114
Binary110110111111111010000100111001100000100110111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFE84; }

 p { color: rgb(219,254,132); }

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

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

 a { background-color: rgb(219,254,132); }

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

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

 span { border-color: rgb(219,254,132); }

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