Html Css Color HEX #05CC14 Free Speech Green

📋 copy color: '#05CC14'

red 5 ◦ green 204 ◦ blue 20

#05CC14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #05CC14

Tints of Free Speech Green #05CC14

RGB

 RED value IS 5 (2.34% from 255) = 2.18%

 GREEN value IS 204 (80.08% from 255) = 89.08%

 BLUE value IS 20 (8.2% from 255) = 8.73%

R = 2.18%
G = 89.08%
B = 8.73%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#05CC14 (or 0x05CC14) is known color: Free Speech Green. HEX triplet: 05, CC and 14. RGB value is (5,204,20). Sum of RGB (Red+Green+Blue) = 5+204+20=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 204 (80.08% from 255 or 89.08% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 204 - color contains mainly: green. Hex color #05CC14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05CC14 is #FA33EB. Grayscale: #7C7C7C. Windows color (decimal): -16397292 or 1362949. OLE color: 1362949.

HSL color Cylindrical-coordinate representation of color #05CC14: hue angle of 124.52º 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 #05CC14 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 5 204 20 -
CMYK 0.98 0 0.90 0.2
HSL 124.52º 0.95% 0.41% -
HSV(B) 124.52º 0.98% 0.8% -
XYZ 21.78 43.27 7.87 -
YUV 123.52 69.57 43.46 -
System Red Green Blue C M Y K H S L
Decimal 5 204 20 0.98 0 0.90 0.2 124.52 0.95 0.41
Hex 5 CC 14 62 0 5A 14 7D 5F 29
Octal 5 314 24 142 0 132 24 175 137 51
Binary 101 11001100 10100 1100010 0 1011010 10100 1111101 1011111 101001

Color Harmonies of #05CC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CC14

Black with #05CC14

Text Example


Text Example

White with #05CC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05CC14;
 }
 .AnyTagClassName
 {
   color: #05CC14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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