Html Css Color HEX #07F206 Free Speech Green

📋 copy color: '#07F206'

red 7 ◦ green 242 ◦ blue 6

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

Shades of Free Speech Green #07F206

Tints of Free Speech Green #07F206

RGB

 RED value IS 7 (3.13% from 255) = 2.75%

 GREEN value IS 242 (94.92% from 255) = 94.9%

 BLUE value IS 6 (2.73% from 255) = 2.35%

R = 2.75%
G = 94.9%
B = 2.35%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#07F206 (or 0x07F206) is known color: Free Speech Green. HEX triplet: 07, F2 and 06. RGB value is (7,242,6). Sum of RGB (Red+Green+Blue) = 7+242+6=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 242 (94.92% from 255 or 94.90% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 242 - color contains mainly: green. Hex color #07F206 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07F206 is #F80DF9. Grayscale: #919191. Windows color (decimal): -16256506 or 455175. OLE color: 455175.

HSL color Cylindrical-coordinate representation of color #07F206: hue angle of 119.75º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07F206 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 7 242 6 -
CMYK 0.97 0 0.98 0.05
HSL 119.75º 0.95% 0.49% -
HSV(B) 119.75º 0.98% 0.95% -
XYZ 31.87 63.56 10.76 -
YUV 144.83 49.64 29.69 -
System Red Green Blue C M Y K H S L
Decimal 7 242 6 0.97 0 0.98 0.05 119.75 0.95 0.49
Hex 7 F2 6 61 0 62 5 78 5F 31
Octal 7 362 6 141 0 142 5 170 137 61
Binary 111 11110010 110 1100001 0 1100010 101 1111000 1011111 110001

Color Harmonies of #07F206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F206

Black with #07F206

Text Example


Text Example

White with #07F206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07F206; }

 p { color: rgb(7,242,6); }

 H1.HeaderClassName
 {
   color: #07F206;
 }
 .AnyTagClassName
 {
   color: #07F206;
 }
</style>

background-color css

<style>
 a { background-color: #07F206; }

 a { background-color: rgb(7,242,6); }

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

border-color css

<style>
 span { border-color: #07F206; }

 span { border-color: rgb(7,242,6); }

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