Html Css Color HEX #05F90F Free Speech Green

📋 copy color: '#05F90F'

red 5 ◦ green 249 ◦ blue 15

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

Shades of Free Speech Green #05F90F

Tints of Free Speech Green #05F90F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 92.57%

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

R = 1.86%
G = 92.57%
B = 5.58%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#05F90F (or 0x05F90F) is known color: Free Speech Green. HEX triplet: 05, F9 and 0F. RGB value is (5,249,15). Sum of RGB (Red+Green+Blue) = 5+249+15=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 249 (97.66% from 255 or 92.57% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 249 - color contains mainly: green. Hex color #05F90F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05F90F is #FA06F0. Grayscale: #969696. Windows color (decimal): -16385777 or 1046789. OLE color: 1046789.

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

Color convert

RGB 5 249 15 -
CMYK 0.98 0 0.94 0.02
HSL 122.46º 0.96% 0.5% -
HSV(B) 122.46º 0.98% 0.98% -
XYZ 34.02 67.82 11.75 -
YUV 149.37 52.16 25.03 -
System Red Green Blue C M Y K H S L
Decimal 5 249 15 0.98 0 0.94 0.02 122.46 0.96 0.5
Hex 5 F9 F 62 0 5E 2 7A 60 32
Octal 5 371 17 142 0 136 2 172 140 62
Binary 101 11111001 1111 1100010 0 1011110 10 1111010 1100000 110010

Color Harmonies of #05F90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F90F

Black with #05F90F

Text Example


Text Example

White with #05F90F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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