#DBFE82

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

Shades of Sulu #DBFE82

Tints of Sulu #DBFE82

Color information

#DBFE82 (or 0xDBFE82) is unknown color: approx Sulu. HEX triplet: DB, FE and 82. RGB value is (219,254,130). Sum of RGB (Red+Green+Blue) = 219+254+130=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 130 (51.17% from 255 or 21.56% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE82 is #24017D. Grayscale: #E5E5E5. Windows color (decimal): -2359678 or 8584923. OLE color: 8584923.

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

Color convert

RGB219254130-
CMYK0.1400.490.00
HSL76.94º98.41%75.29%-
HSV(B)76.94º48.82%99.61%-
XYZ68.6887.5634.4-
YUV229.471.9120.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.32%
GREEN value IS 254 (99.61% from 255) = 42.12%
BLUE value IS 130 (51.17% from 255) = 21.56%
R=36.32%
G=42.12%
B=21.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192541300.1400.490.0076.9498.4175.29
HexDBFE82E03104d624b
Octal333376202160610115142113
Binary110110111111111010000010111001100010100110111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFE82; }

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

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

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

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

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

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

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

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