#CCFA81

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

Shades of Sulu #CCFA81

Tints of Sulu #CCFA81

Color information

#CCFA81 (or 0xCCFA81) is unknown color: approx Sulu. HEX triplet: CC, FA and 81. RGB value is (204,250,129). Sum of RGB (Red+Green+Blue) = 204+250+129=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 129 (50.78% from 255 or 22.13% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFA81 is #33057E. Grayscale: #DEDEDE. Windows color (decimal): -3343743 or 8518348. OLE color: 8518348.

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

Color convert

RGB204250129-
CMYK0.1800.480.02
HSL82.81º92.37%74.31%-
HSV(B)82.81º48.4%98.04%-
XYZ63.0582.7933.43-
YUV222.4575.26114.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 250 (98.05% from 255) = 42.88%
BLUE value IS 129 (50.78% from 255) = 22.13%
R=34.99%
G=42.88%
B=22.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042501290.1800.480.0282.8192.3774.31
HexCCFA81120302535c4a
Octal314372201220602123134112
Binary11001100111110101000000110010011000010101001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFA81; }

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

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

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

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

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

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

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

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