#CCFF6F

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

Shades of Sulu #CCFF6F

Tints of Sulu #CCFF6F

Color information

#CCFF6F (or 0xCCFF6F) is unknown color: approx Sulu. HEX triplet: CC, FF and 6F. RGB value is (204,255,111). Sum of RGB (Red+Green+Blue) = 204+255+111=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 111 (43.75% from 255 or 19.47% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF6F is #330090. Grayscale: #DFDFDF. Windows color (decimal): -3342481 or 7339980. OLE color: 7339980.

HSL color Cylindrical-coordinate representation of color #CCFF6F: hue angle of 81.25º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCFF6F is Cyan = 0.2, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB204255111-
CMYK0.200.560
HSL81.25º100%71.76%-
HSV(B)81.25º56.47%100%-
XYZ63.5385.5128.19-
YUV223.3364.6114.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.79%
GREEN value IS 255 (100% from 255) = 44.74%
BLUE value IS 111 (43.75% from 255) = 19.47%
R=35.79%
G=44.74%
B=19.47%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551110.200.56081.2510071.76
HexCCFF6F140380516448
Octal314377157240700121144110
Binary110011001111111111011111010001110000101000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFF6F; }

 p { color: rgb(204,255,111); }

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

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

 a { background-color: rgb(204,255,111); }

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

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

 span { border-color: rgb(204,255,111); }

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