#CCFA8C

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

Shades of Sulu #CCFA8C

Tints of Sulu #CCFA8C

Color information

#CCFA8C (or 0xCCFA8C) is unknown color: approx Sulu. HEX triplet: CC, FA and 8C. RGB value is (204,250,140). Sum of RGB (Red+Green+Blue) = 204+250+140=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 140 (55.08% from 255 or 23.57% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFA8C is #330573. Grayscale: #E0E0E0. Windows color (decimal): -3343732 or 9239244. OLE color: 9239244.

HSL color Cylindrical-coordinate representation of color #CCFA8C: hue angle of 85.09º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCFA8C is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB204250140-
CMYK0.1800.440.02
HSL85.09º91.67%76.47%-
HSV(B)85.09º44%98.04%-
XYZ63.8283.137.49-
YUV223.7180.76113.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.34%
GREEN value IS 250 (98.05% from 255) = 42.09%
BLUE value IS 140 (55.08% from 255) = 23.57%
R=34.34%
G=42.09%
B=23.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042501400.1800.440.0285.0991.6776.47
HexCCFA8C1202C2555c4c
Octal314372214220542125134114
Binary11001100111110101000110010010010110010101010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFA8C; }

 p { color: rgb(204,250,140); }

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

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

 a { background-color: rgb(204,250,140); }

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

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

 span { border-color: rgb(204,250,140); }

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