Html Css Color HEX #05F114 Free Speech Green

📋 copy color: '#05F114'

red 5 ◦ green 241 ◦ blue 20

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

Shades of Free Speech Green #05F114

Tints of Free Speech Green #05F114

RGB

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

 GREEN value IS 241 (94.53% from 255) = 90.6%

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

R = 1.88%
G = 90.6%
B = 7.52%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#05F114 (or 0x05F114) is known color: Free Speech Green. HEX triplet: 05, F1 and 14. RGB value is (5,241,20). Sum of RGB (Red+Green+Blue) = 5+241+20=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 241 (94.53% from 255 or 90.60% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 241 - color contains mainly: green. Hex color #05F114 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05F114 is #FA0EEB. Grayscale: #919191. Windows color (decimal): -16387820 or 1372421. OLE color: 1372421.

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

Color convert

RGB 5 241 20 -
CMYK 0.98 0 0.92 0.05
HSL 123.81º 0.96% 0.48% -
HSV(B) 123.81º 0.98% 0.95% -
XYZ 31.64 62.99 11.15 -
YUV 145.24 57.31 27.97 -
System Red Green Blue C M Y K H S L
Decimal 5 241 20 0.98 0 0.92 0.05 123.81 0.96 0.48
Hex 5 F1 14 62 0 5C 5 7C 60 30
Octal 5 361 24 142 0 134 5 174 140 60
Binary 101 11110001 10100 1100010 0 1011100 101 1111100 1100000 110000

Color Harmonies of #05F114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F114

Black with #05F114

Text Example


Text Example

White with #05F114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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