#CFF886

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

Shades of Sulu #CFF886

Tints of Sulu #CFF886

Color information

#CFF886 (or 0xCFF886) is unknown color: approx Sulu. HEX triplet: CF, F8 and 86. RGB value is (207,248,134). Sum of RGB (Red+Green+Blue) = 207+248+134=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 248 (97.27% from 255 or 42.11% from 589); Blue value is 134 (52.73% from 255 or 22.75% from 589); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF886 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF886 is #300779. Grayscale: #DFDFDF. Windows color (decimal): -3147642 or 8845519. OLE color: 8845519.

HSL color Cylindrical-coordinate representation of color #CFF886: hue angle of 81.58º 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 #CFF886 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB207248134-
CMYK0.1700.460.03
HSL81.58º89.06%74.9%-
HSV(B)81.58º45.97%97.25%-
XYZ63.682.1235.05-
YUV222.7477.92116.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.14%
GREEN value IS 248 (97.27% from 255) = 42.11%
BLUE value IS 134 (52.73% from 255) = 22.75%
R=35.14%
G=42.11%
B=22.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072481340.1700.460.0381.5889.0674.9
HexCFF8861102E352594b
Octal317370206210563122131113
Binary11001111111110001000011010001010111011101001010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF886; }

 p { color: rgb(207,248,134); }

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

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

 a { background-color: rgb(207,248,134); }

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

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

 span { border-color: rgb(207,248,134); }

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