#CCFB86

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

Shades of Sulu #CCFB86

Tints of Sulu #CCFB86

Color information

#CCFB86 (or 0xCCFB86) is unknown color: approx Sulu. HEX triplet: CC, FB and 86. RGB value is (204,251,134). Sum of RGB (Red+Green+Blue) = 204+251+134=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 134 (52.73% from 255 or 22.75% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFB86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFB86 is #330479. Grayscale: #E0E0E0. Windows color (decimal): -3343482 or 8846284. OLE color: 8846284.

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

Color convert

RGB204251134-
CMYK0.1900.470.02
HSL84.1º93.6%75.49%-
HSV(B)84.1º46.61%98.43%-
XYZ63.783.5535.32-
YUV223.6177.43114.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 251 (98.44% from 255) = 42.61%
BLUE value IS 134 (52.73% from 255) = 22.75%
R=34.63%
G=42.61%
B=22.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042511340.1900.470.0284.193.675.49
HexCCFB861302F2545e4b
Octal314373206230572124136113
Binary11001100111110111000011010011010111110101010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFB86; }

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

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

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

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

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

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

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

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