#DBFE83

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

Shades of Sulu #DBFE83

Tints of Sulu #DBFE83

Color information

#DBFE83 (or 0xDBFE83) is unknown color: approx Sulu. HEX triplet: DB, FE and 83. RGB value is (219,254,131). Sum of RGB (Red+Green+Blue) = 219+254+131=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 131 (51.56% from 255 or 21.69% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE83 is #24017C. Grayscale: #E5E5E5. Windows color (decimal): -2359677 or 8650459. OLE color: 8650459.

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

Color convert

RGB219254131-
CMYK0.1400.480.00
HSL77.07º98.4%75.49%-
HSV(B)77.07º48.43%99.61%-
XYZ68.7587.5834.75-
YUV229.5172.4120.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.26%
GREEN value IS 254 (99.61% from 255) = 42.05%
BLUE value IS 131 (51.56% from 255) = 21.69%
R=36.26%
G=42.05%
B=21.69%

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
Decimal2192541310.1400.480.0077.0798.475.49
HexDBFE83E03004d624b
Octal333376203160600115142113
Binary110110111111111010000011111001100000100110111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFE83; }

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

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

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

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

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

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

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

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