#05CC13

Color #05CC13 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #05CC13

Tints of Free Speech Green #05CC13

Color information

#05CC13 (or 0x05CC13) is unknown color: approx Free Speech Green. HEX triplet: 05, CC and 13. RGB value is (5,204,19). Sum of RGB (Red+Green+Blue) = 5+204+19=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 204 (80.08% from 255 or 89.47% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 204 - color contains mainly: green. Hex color #05CC13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05CC13 is #FA33EC. Grayscale: #7B7B7B. Windows color (decimal): -16397293 or 1297413. OLE color: 1297413.

HSL color Cylindrical-coordinate representation of color #05CC13: hue angle of 124.22º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CC13 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB520419-
CMYK0.9800.910.2
HSL124.22º95.22%40.98%-
HSV(B)124.22º97.55%80%-
XYZ21.7743.277.82-
YUV123.4169.0743.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.19%
GREEN value IS 204 (80.08% from 255) = 89.47%
BLUE value IS 19 (7.81% from 255) = 8.33%
R=2.19%
G=89.47%
B=8.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal5204190.9800.910.2124.2295.2240.98
Hex5CC136205B147c5f29
Octal53142314201332417413751
Binary10111001100100111100010010110111010011111001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05CC13; }

 p { color: rgb(5,204,19); }

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

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

 a { background-color: rgb(5,204,19); }

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

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

 span { border-color: rgb(5,204,19); }

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