#CCFF85

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

Shades of Sulu #CCFF85

Tints of Sulu #CCFF85

Color information

#CCFF85 (or 0xCCFF85) is unknown color: approx Sulu. HEX triplet: CC, FF and 85. RGB value is (204,255,133). Sum of RGB (Red+Green+Blue) = 204+255+133=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 133 (52.34% from 255 or 22.47% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF85 is #33007A. Grayscale: #E2E2E2. Windows color (decimal): -3342459 or 8781772. OLE color: 8781772.

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

Color convert

RGB204255133-
CMYK0.200.480
HSL85.08º100%76.08%-
HSV(B)85.08º47.84%100%-
XYZ64.986.0535.38-
YUV225.8475.6112.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.46%
GREEN value IS 255 (100% from 255) = 43.07%
BLUE value IS 133 (52.34% from 255) = 22.47%
R=34.46%
G=43.07%
B=22.47%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551330.200.48085.0810076.08
HexCCFF8514030055644c
Octal314377205240600125144114
Binary1100110011111111100001011010001100000101010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFF85; }

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

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

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

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

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

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

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

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