#00FD29

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

Shades of Free Speech Green #00FD29

Tints of Free Speech Green #00FD29

Color information

#00FD29 (or 0x00FD29) is unknown color: approx Free Speech Green. HEX triplet: 00, FD and 29. RGB value is (0,253,41). Sum of RGB (Red+Green+Blue) = 0+253+41=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 253 (99.22% from 255 or 86.05% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 253 - color contains mainly: green. Hex color #00FD29 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00FD29 is #FF02D6. Grayscale: #999999. Windows color (decimal): -16712407 or 2751744. OLE color: 2751744.

HSL color Cylindrical-coordinate representation of color #00FD29: hue angle of 129.72º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FD29 is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB025341-
CMYK100.840.01
HSL129.72º100%49.61%-
HSV(B)129.72º100%99.22%-
XYZ35.5370.4113.82-
YUV153.1864.6818.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 253 (99.22% from 255) = 86.05%
BLUE value IS 41 (16.41% from 255) = 13.95%
R=0%
G=86.05%
B=13.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal025341100.840.01129.7210049.61
Hex0FD29640541826432
Octal0375511440124120214462
Binary0111111011010011100100010101001100000101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00FD29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,253,41); }

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

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

 a { background-color: rgb(0,253,41); }

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

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

 span { border-color: rgb(0,253,41); }

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