Html Css Color HEX #05F613 Free Speech Green

📋 copy color: '#05F613'

red 5 ◦ green 246 ◦ blue 19

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

Shades of Free Speech Green #05F613

Tints of Free Speech Green #05F613

RGB

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

 GREEN value IS 246 (96.48% from 255) = 91.11%

 BLUE value IS 19 (7.81% from 255) = 7.04%

R = 1.85%
G = 91.11%
B = 7.04%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#05F613 (or 0x05F613) is known color: Free Speech Green. HEX triplet: 05, F6 and 13. RGB value is (5,246,19). Sum of RGB (Red+Green+Blue) = 5+246+19=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 246 (96.48% from 255 or 91.11% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 246 - color contains mainly: green. Hex color #05F613 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05F613 is #FA09EC. Grayscale: #949494. Windows color (decimal): -16386541 or 1308165. OLE color: 1308165.

HSL color Cylindrical-coordinate representation of color #05F613: hue angle of 123.49º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F613 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 5 246 19 -
CMYK 0.98 0 0.92 0.04
HSL 123.49º 0.96% 0.49% -
HSV(B) 123.49º 0.98% 0.96% -
XYZ 33.14 65.99 11.61 -
YUV 148.06 55.16 25.96 -
System Red Green Blue C M Y K H S L
Decimal 5 246 19 0.98 0 0.92 0.04 123.49 0.96 0.49
Hex 5 F6 13 62 0 5C 4 7B 60 31
Octal 5 366 23 142 0 134 4 173 140 61
Binary 101 11110110 10011 1100010 0 1011100 100 1111011 1100000 110001

Color Harmonies of #05F613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F613

Black with #05F613

Text Example


Text Example

White with #05F613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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