#CCF186

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

Shades of Sulu #CCF186

Tints of Sulu #CCF186

Color information

#CCF186 (or 0xCCF186) is unknown color: approx Sulu. HEX triplet: CC, F1 and 86. RGB value is (204,241,134). Sum of RGB (Red+Green+Blue) = 204+241+134=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 241 (94.53% from 255 or 41.62% from 579); Blue value is 134 (52.73% from 255 or 23.14% from 579); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF186 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF186 is #330E79. Grayscale: #DADADA. Windows color (decimal): -3346042 or 8843724. OLE color: 8843724.

HSL color Cylindrical-coordinate representation of color #CCF186: hue angle of 80.75º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCF186 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB204241134-
CMYK0.1500.440.05
HSL80.75º79.26%73.53%-
HSV(B)80.75º44.4%94.51%-
XYZ60.6677.4734.31-
YUV217.7480.74118.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.23%
GREEN value IS 241 (94.53% from 255) = 41.62%
BLUE value IS 134 (52.73% from 255) = 23.14%
R=35.23%
G=41.62%
B=23.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042411340.1500.440.0580.7579.2673.53
HexCCF186F02C5514f4a
Octal314361206170545121117112
Binary11001100111100011000011011110101100101101000110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF186; }

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

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

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

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

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

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

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

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