#CCF986

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

Shades of Sulu #CCF986

Tints of Sulu #CCF986

Color information

#CCF986 (or 0xCCF986) is unknown color: approx Sulu. HEX triplet: CC, F9 and 86. RGB value is (204,249,134). Sum of RGB (Red+Green+Blue) = 204+249+134=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 134 (52.73% from 255 or 22.83% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF986 is #330679. Grayscale: #DEDEDE. Windows color (decimal): -3343994 or 8845772. OLE color: 8845772.

HSL color Cylindrical-coordinate representation of color #CCF986: hue angle of 83.48º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCF986 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB204249134-
CMYK0.1800.460.02
HSL83.48º90.55%75.1%-
HSV(B)83.48º46.18%97.65%-
XYZ63.0882.3135.12-
YUV222.4478.09114.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 249 (97.66% from 255) = 42.42%
BLUE value IS 134 (52.73% from 255) = 22.83%
R=34.75%
G=42.42%
B=22.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042491340.1800.460.0283.4890.5575.1
HexCCF9861202E2535b4b
Octal314371206220562123133113
Binary11001100111110011000011010010010111010101001110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF986; }

 p { color: rgb(204,249,134); }

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

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

 a { background-color: rgb(204,249,134); }

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

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

 span { border-color: rgb(204,249,134); }

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