#DCF885

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

Shades of Sulu #DCF885

Tints of Sulu #DCF885

Color information

#DCF885 (or 0xDCF885) is unknown color: approx Sulu. HEX triplet: DC, F8 and 85. RGB value is (220,248,133). Sum of RGB (Red+Green+Blue) = 220+248+133=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 248 (97.27% from 255 or 41.26% from 601); Blue value is 133 (52.34% from 255 or 22.13% from 601); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF885 is #23077A. Grayscale: #E2E2E2. Windows color (decimal): -2295675 or 8779996. OLE color: 8779996.

HSL color Cylindrical-coordinate representation of color #DCF885: hue angle of 74.61º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCF885 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB220248133-
CMYK0.1100.460.03
HSL74.61º89.15%74.71%-
HSV(B)74.61º46.37%97.25%-
XYZ67.3284.0434.86-
YUV226.5275.22123.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 248 (97.27% from 255) = 41.26%
BLUE value IS 133 (52.34% from 255) = 22.13%
R=36.61%
G=41.26%
B=22.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202481330.1100.460.0374.6189.1574.71
HexDCF885B02E34b594b
Octal334370205130563113131113
Binary1101110011111000100001011011010111011100101110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF885; }

 p { color: rgb(220,248,133); }

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

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

 a { background-color: rgb(220,248,133); }

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

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

 span { border-color: rgb(220,248,133); }

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