#DBFF85

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

Shades of Sulu #DBFF85

Tints of Sulu #DBFF85

Color information

#DBFF85 (or 0xDBFF85) is unknown color: approx Sulu. HEX triplet: DB, FF and 85. RGB value is (219,255,133). Sum of RGB (Red+Green+Blue) = 219+255+133=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 133 (52.34% from 255 or 21.91% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF85 is #24007A. Grayscale: #E6E6E6. Windows color (decimal): -2359419 or 8781787. OLE color: 8781787.

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

Color convert

RGB219255133-
CMYK0.1400.480
HSL77.7º100%76.08%-
HSV(B)77.7º47.84%100%-
XYZ69.2188.2735.58-
YUV230.3373.07119.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 255 (100% from 255) = 42.01%
BLUE value IS 133 (52.34% from 255) = 21.91%
R=36.08%
G=42.01%
B=21.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192551330.1400.48077.710076.08
HexDBFF85E03004e644c
Octal333377205160600116144114
Binary110110111111111110000101111001100000100111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFF85; }

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

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

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

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

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

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

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

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