#CCFC6B

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

Shades of Sulu #CCFC6B

Tints of Sulu #CCFC6B

Color information

#CCFC6B (or 0xCCFC6B) is unknown color: approx Sulu. HEX triplet: CC, FC and 6B. RGB value is (204,252,107). Sum of RGB (Red+Green+Blue) = 204+252+107=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 107 (42.19% from 255 or 19.01% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFC6B is #330394. Grayscale: #DDDDDD. Windows color (decimal): -3343253 or 7077068. OLE color: 7077068.

HSL color Cylindrical-coordinate representation of color #CCFC6B: hue angle of 79.86º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCFC6B is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB204252107-
CMYK0.1900.580.01
HSL79.86º96.03%70.39%-
HSV(B)79.86º57.54%98.82%-
XYZ62.3783.5226.74-
YUV221.1263.6115.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.23%
GREEN value IS 252 (98.83% from 255) = 44.76%
BLUE value IS 107 (42.19% from 255) = 19.01%
R=36.23%
G=44.76%
B=19.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042521070.1900.580.0179.8696.0370.39
HexCCFC6B1303A1506046
Octal314374153230721120140106
Binary110011001111110011010111001101110101101000011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFC6B; }

 p { color: rgb(204,252,107); }

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

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

 a { background-color: rgb(204,252,107); }

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

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

 span { border-color: rgb(204,252,107); }

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