#07E527

Color #07E527 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #07E527

Tints of Free Speech Green #07E527

Color information

#07E527 (or 0x07E527) is unknown color: approx Free Speech Green. HEX triplet: 07, E5 and 27. RGB value is (7,229,39). Sum of RGB (Red+Green+Blue) = 7+229+39=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 229 (89.84% from 255 or 83.27% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 229 - color contains mainly: green. Hex color #07E527 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E527 is #F81AD8. Grayscale: #8D8D8D. Windows color (decimal): -16259801 or 2614535. OLE color: 2614535.

HSL color Cylindrical-coordinate representation of color #07E527: hue angle of 128.65º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E527 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB722939-
CMYK0.9700.830.10
HSL128.65º94.07%46.27%-
HSV(B)128.65º96.94%89.8%-
XYZ28.4756.2311.27-
YUV140.9670.4532.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.55%
GREEN value IS 229 (89.84% from 255) = 83.27%
BLUE value IS 39 (15.62% from 255) = 14.18%
R=2.55%
G=83.27%
B=14.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal7229390.9700.830.10128.6594.0746.27
Hex7E52761053A815e2e
Octal73454714101231220113656
Binary111111001011001111100001010100111010100000011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07E527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,229,39); }

 H1.HeaderClassName
 {
   color: #07E527;
 }
 .AnyTagClassName
 {
   color: #07E527;
 }
</style>
background-color css

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

 a { background-color: rgb(7,229,39); }

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

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

 span { border-color: rgb(7,229,39); }

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