#DBFF86

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

Shades of Sulu #DBFF86

Tints of Sulu #DBFF86

Color information

#DBFF86 (or 0xDBFF86) is unknown color: approx Sulu. HEX triplet: DB, FF and 86. RGB value is (219,255,134). Sum of RGB (Red+Green+Blue) = 219+255+134=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 134 (52.73% from 255 or 22.04% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF86 is #240079. Grayscale: #E6E6E6. Windows color (decimal): -2359418 or 8847323. OLE color: 8847323.

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

Color convert

RGB219255134-
CMYK0.1400.470
HSL77.85º100%76.27%-
HSV(B)77.85º47.45%100%-
XYZ69.2888.335.95-
YUV230.4473.57119.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.02%
GREEN value IS 255 (100% from 255) = 41.94%
BLUE value IS 134 (52.73% from 255) = 22.04%
R=36.02%
G=41.94%
B=22.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192551340.1400.47077.8510076.27
HexDBFF86E02F04e644c
Octal333377206160570116144114
Binary110110111111111110000110111001011110100111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFF86; }

 p { color: rgb(219,255,134); }

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

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

 a { background-color: rgb(219,255,134); }

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

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

 span { border-color: rgb(219,255,134); }

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