Html Css Color HEX #07F530 Free Speech Green

📋 copy color: '#07F530'

red 7 ◦ green 245 ◦ blue 48

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

Shades of Free Speech Green #07F530

Tints of Free Speech Green #07F530

RGB

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

 GREEN value IS 245 (96.09% from 255) = 81.67%

 BLUE value IS 48 (19.14% from 255) = 16%

R = 2.33%
G = 81.67%
B = 16%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#07F530 (or 0x07F530) is known color: Free Speech Green. HEX triplet: 07, F5 and 30. RGB value is (7,245,48). Sum of RGB (Red+Green+Blue) = 7+245+48=300 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 300); Green value is 245 (96.09% from 255 or 81.67% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 245 - color contains mainly: green. Hex color #07F530 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07F530 is #F80ACF. Grayscale: #979797. Windows color (decimal): -16255696 or 3208455. OLE color: 3208455.

HSL color Cylindrical-coordinate representation of color #07F530: hue angle of 130.34º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F530 is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 7 245 48 -
CMYK 0.97 0 0.80 0.04
HSL 130.34º 0.94% 0.49% -
HSV(B) 130.34º 0.97% 0.96% -
XYZ 33.27 65.56 13.7 -
YUV 151.38 69.65 25.02 -
System Red Green Blue C M Y K H S L
Decimal 7 245 48 0.97 0 0.80 0.04 130.34 0.94 0.49
Hex 7 F5 30 61 0 50 4 82 5E 31
Octal 7 365 60 141 0 120 4 202 136 61
Binary 111 11110101 110000 1100001 0 1010000 100 10000010 1011110 110001

Color Harmonies of #07F530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F530

Black with #07F530

Text Example


Text Example

White with #07F530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,245,48); }

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

background-color css

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

 a { background-color: rgb(7,245,48); }

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

border-color css

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

 span { border-color: rgb(7,245,48); }

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