#CCFB85

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

Shades of Sulu #CCFB85

Tints of Sulu #CCFB85

Color information

#CCFB85 (or 0xCCFB85) is unknown color: approx Sulu. HEX triplet: CC, FB and 85. RGB value is (204,251,133). Sum of RGB (Red+Green+Blue) = 204+251+133=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 251 (98.44% from 255 or 42.69% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFB85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFB85 is #33047A. Grayscale: #DFDFDF. Windows color (decimal): -3343483 or 8780748. OLE color: 8780748.

HSL color Cylindrical-coordinate representation of color #CCFB85: hue angle of 83.9º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCFB85 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB204251133-
CMYK0.1900.470.02
HSL83.9º93.65%75.29%-
HSV(B)83.9º47.01%98.43%-
XYZ63.6383.5334.96-
YUV223.4976.93114.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.69%
GREEN value IS 251 (98.44% from 255) = 42.69%
BLUE value IS 133 (52.34% from 255) = 22.62%
R=34.69%
G=42.69%
B=22.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042511330.1900.470.0283.993.6575.29
HexCCFB851302F2545e4b
Octal314373205230572124136113
Binary11001100111110111000010110011010111110101010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFB85; }

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

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

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

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

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

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

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

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