Html Css Color HEX #05C80F Free Speech Green

📋 copy color: '#05C80F'

red 5 ◦ green 200 ◦ blue 15

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

Shades of Free Speech Green #05C80F

Tints of Free Speech Green #05C80F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 90.91%

 BLUE value IS 15 (6.25% from 255) = 6.82%

R = 2.27%
G = 90.91%
B = 6.82%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#05C80F (or 0x05C80F) is known color: Free Speech Green. HEX triplet: 05, C8 and 0F. RGB value is (5,200,15). Sum of RGB (Red+Green+Blue) = 5+200+15=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 200 (78.52% from 255 or 90.91% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 200 - color contains mainly: green. Hex color #05C80F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C80F is #FA37F0. Grayscale: #797979. Windows color (decimal): -16398321 or 1034245. OLE color: 1034245.

HSL color Cylindrical-coordinate representation of color #05C80F: hue angle of 123.08º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C80F is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 5 200 15 -
CMYK 0.98 0 0.92 0.22
HSL 123.08º 0.95% 0.4% -
HSV(B) 123.08º 0.98% 0.78% -
XYZ 20.8 41.38 7.34 -
YUV 120.61 68.4 45.54 -
System Red Green Blue C M Y K H S L
Decimal 5 200 15 0.98 0 0.92 0.22 123.08 0.95 0.4
Hex 5 C8 F 62 0 5C 16 7B 5F 28
Octal 5 310 17 142 0 134 26 173 137 50
Binary 101 11001000 1111 1100010 0 1011100 10110 1111011 1011111 101000

Color Harmonies of #05C80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C80F

Black with #05C80F

Text Example


Text Example

White with #05C80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,200,15); }

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

background-color css

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

 a { background-color: rgb(5,200,15); }

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

border-color css

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

 span { border-color: rgb(5,200,15); }

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