#00cf01

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

Shades of Free Speech Green #00CF01

Tints of Free Speech Green #00CF01

Color information

#00CF01 (or 0x00CF01) is unknown color: approx Free Speech Green. HEX triplet: 00, CF and 01. RGB value is (0,207,1). Sum of RGB (Red+Green+Blue) = 0+207+1=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 207 (81.25% from 255 or 99.52% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 207 - color contains mainly: green. Hex color #00CF01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00CF01 is #FF30FE. Grayscale: #7A7A7A. Windows color (decimal): -16724223 or 118528. OLE color: 118528.

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

Color convert

RGB02071-
CMYK101.000.19
HSL120.29º100%40.59%-
HSV(B)120.29º100%81.18%-
XYZ22.3244.637.47-
YUV121.6259.9241.25-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 207 (81.25% from 255) = 99.52%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=0%
G=99.52%
B=0.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal02071101.000.19120.2910040.59
Hex0CF16406413786429
Octal0317114401442317014451
Binary01100111111100100011001001001111110001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00cf01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00cf01; }

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

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

<style>
 a { background-color: #00cf01; }

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

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

<style>
 span { border-color: #00cf01; }

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

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