#CCFF88

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

Shades of Sulu #CCFF88

Tints of Sulu #CCFF88

Color information

#CCFF88 (or 0xCCFF88) is unknown color: approx Sulu. HEX triplet: CC, FF and 88. RGB value is (204,255,136). Sum of RGB (Red+Green+Blue) = 204+255+136=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 136 (53.52% from 255 or 22.86% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF88 is #330077. Grayscale: #E2E2E2. Windows color (decimal): -3342456 or 8978380. OLE color: 8978380.

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

Color convert

RGB204255136-
CMYK0.200.470
HSL85.71º100%76.67%-
HSV(B)85.71º46.67%100%-
XYZ65.1186.1336.49-
YUV226.1877.1112.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.29%
GREEN value IS 255 (100% from 255) = 42.86%
BLUE value IS 136 (53.52% from 255) = 22.86%
R=34.29%
G=42.86%
B=22.86%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551360.200.47085.7110076.67
HexCCFF881402F056644d
Octal314377210240570126144115
Binary1100110011111111100010001010001011110101011011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFF88; }

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

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

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

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

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

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

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

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