#C4F561

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

Shades of Sulu #C4F561

Tints of Sulu #C4F561

Color information

#C4F561 (or 0xC4F561) is unknown color: approx Sulu. HEX triplet: C4, F5 and 61. RGB value is (196,245,97). Sum of RGB (Red+Green+Blue) = 196+245+97=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 97 (38.28% from 255 or 18.03% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #C4F561 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F561 is #3B0A9E. Grayscale: #D6D6D6. Windows color (decimal): -3869343 or 6419908. OLE color: 6419908.

HSL color Cylindrical-coordinate representation of color #C4F561: hue angle of 79.86º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4F561 is Cyan = 0.2, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB19624597-
CMYK0.200.600.04
HSL79.86º88.1%67.06%-
HSV(B)79.86º60.41%96.08%-
XYZ57.5877.923.31-
YUV213.4862.27115.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.43%
GREEN value IS 245 (96.09% from 255) = 45.54%
BLUE value IS 97 (38.28% from 255) = 18.03%
R=36.43%
G=45.54%
B=18.03%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal196245970.200.600.0479.8688.167.06
HexC4F5611403C4505843
Octal304365141240744120130103
Binary11000100111101011100001101000111100100101000010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F561; }

 p { color: rgb(196,245,97); }

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

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

 a { background-color: rgb(196,245,97); }

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

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

 span { border-color: rgb(196,245,97); }

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