#CCFE85

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

Shades of Sulu #CCFE85

Tints of Sulu #CCFE85

Color information

#CCFE85 (or 0xCCFE85) is unknown color: approx Sulu. HEX triplet: CC, FE and 85. RGB value is (204,254,133). Sum of RGB (Red+Green+Blue) = 204+254+133=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFE85 is #33017A. Grayscale: #E1E1E1. Windows color (decimal): -3342715 or 8781516. OLE color: 8781516.

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

Color convert

RGB204254133-
CMYK0.2000.480.00
HSL84.79º98.37%75.88%-
HSV(B)84.79º47.64%99.61%-
XYZ64.5885.4135.27-
YUV225.2675.94112.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 254 (99.61% from 255) = 42.98%
BLUE value IS 133 (52.34% from 255) = 22.50%
R=34.52%
G=42.98%
B=22.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042541330.2000.480.0084.7998.3775.88
HexCCFE8514030055624c
Octal314376205240600125142114
Binary1100110011111110100001011010001100000101010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFE85; }

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

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

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

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

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

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

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

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