#CCF48D

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

Shades of Sulu #CCF48D

Tints of Sulu #CCF48D

Color information

#CCF48D (or 0xCCF48D) is unknown color: approx Sulu. HEX triplet: CC, F4 and 8D. RGB value is (204,244,141). Sum of RGB (Red+Green+Blue) = 204+244+141=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 244 (95.70% from 255 or 41.43% from 589); Blue value is 141 (55.47% from 255 or 23.94% from 589); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF48D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF48D is #330B72. Grayscale: #DCDCDC. Windows color (decimal): -3345267 or 9303244. OLE color: 9303244.

HSL color Cylindrical-coordinate representation of color #CCF48D: hue angle of 83.3º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCF48D is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB204244141-
CMYK0.1600.420.04
HSL83.3º82.4%75.49%-
HSV(B)83.3º42.21%95.69%-
XYZ62.0679.4637.27-
YUV220.383.25116.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 244 (95.70% from 255) = 41.43%
BLUE value IS 141 (55.47% from 255) = 23.94%
R=34.63%
G=41.43%
B=23.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042441410.1600.420.0483.382.475.49
HexCCF48D1002A453524b
Octal314364215200524123122113
Binary110011001111010010001101100000101010100101001110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF48D; }

 p { color: rgb(204,244,141); }

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

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

 a { background-color: rgb(204,244,141); }

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

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

 span { border-color: rgb(204,244,141); }

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