Html Css Color HEX #07CF01 Free Speech Green

📋 copy color: '#07CF01'

red 7 ◦ green 207 ◦ blue 1

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

Shades of Free Speech Green #07CF01

Tints of Free Speech Green #07CF01

RGB

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

 GREEN value IS 207 (81.25% from 255) = 96.28%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 3.26%
G = 96.28%
B = 0.47%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#07CF01 (or 0x07CF01) is known color: Free Speech Green. HEX triplet: 07, CF and 01. RGB value is (7,207,1). Sum of RGB (Red+Green+Blue) = 7+207+1=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 207 (81.25% from 255 or 96.28% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 207 - color contains mainly: green. Hex color #07CF01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07CF01 is #F830FE. Grayscale: #7C7C7C. Windows color (decimal): -16265471 or 118535. OLE color: 118535.

HSL color Cylindrical-coordinate representation of color #07CF01: hue angle of 118.25º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #07CF01 is Cyan = 0.97, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 7 207 1 -
CMYK 0.97 0 1.00 0.19
HSL 118.25º 0.99% 0.41% -
HSV(B) 118.25º 1% 0.81% -
XYZ 22.41 44.67 7.47 -
YUV 123.72 58.74 44.75 -
System Red Green Blue C M Y K H S L
Decimal 7 207 1 0.97 0 1.00 0.19 118.25 0.99 0.41
Hex 7 CF 1 61 0 64 13 76 63 29
Octal 7 317 1 141 0 144 23 166 143 51
Binary 111 11001111 1 1100001 0 1100100 10011 1110110 1100011 101001

Color Harmonies of #07CF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CF01

Black with #07CF01

Text Example


Text Example

White with #07CF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,207,1); }

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

background-color css

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

 a { background-color: rgb(7,207,1); }

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

border-color css

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

 span { border-color: rgb(7,207,1); }

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