#CCF88D

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

Shades of Sulu #CCF88D

Tints of Sulu #CCF88D

Color information

#CCF88D (or 0xCCF88D) is unknown color: approx Sulu. HEX triplet: CC, F8 and 8D. RGB value is (204,248,141). Sum of RGB (Red+Green+Blue) = 204+248+141=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 248 (97.27% from 255 or 41.82% from 593); Blue value is 141 (55.47% from 255 or 23.78% from 593); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF88D is #330772. Grayscale: #DFDFDF. Windows color (decimal): -3344243 or 9304268. OLE color: 9304268.

HSL color Cylindrical-coordinate representation of color #CCF88D: hue angle of 84.67º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCF88D is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB204248141-
CMYK0.1800.430.03
HSL84.67º88.43%76.27%-
HSV(B)84.67º43.15%97.25%-
XYZ63.2881.937.67-
YUV222.6581.92114.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.40%
GREEN value IS 248 (97.27% from 255) = 41.82%
BLUE value IS 141 (55.47% from 255) = 23.78%
R=34.40%
G=41.82%
B=23.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042481410.1800.430.0384.6788.4376.27
HexCCF88D1202B355584c
Octal314370215220533125130114
Binary11001100111110001000110110010010101111101010110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF88D; }

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

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

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

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

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

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

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

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