Html Css Color HEX #19CF05 Free Speech Green

📋 copy color: '#19CF05'

red 25 ◦ green 207 ◦ blue 5

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

Shades of Free Speech Green #19CF05

Tints of Free Speech Green #19CF05

RGB

 RED value IS 25 (10.16% from 255) = 10.55%

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

 BLUE value IS 5 (2.34% from 255) = 2.11%

R = 10.55%
G = 87.34%
B = 2.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#19CF05 (or 0x19CF05) is known color: Free Speech Green. HEX triplet: 19, CF and 05. RGB value is (25,207,5). Sum of RGB (Red+Green+Blue) = 25+207+5=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 207 (81.25% from 255 or 87.34% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 207 - color contains mainly: green. Hex color #19CF05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19CF05 is #E630FA. Grayscale: #828282. Windows color (decimal): -15085819 or 380697. OLE color: 380697.

HSL color Cylindrical-coordinate representation of color #19CF05: hue angle of 114.06º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #19CF05 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 207 5 -
CMYK 0.88 0 0.98 0.19
HSL 114.06º 0.95% 0.42% -
HSV(B) 114.06º 0.98% 0.81% -
XYZ 22.74 44.84 7.6 -
YUV 129.55 57.7 53.43 -
System Red Green Blue C M Y K H S L
Decimal 25 207 5 0.88 0 0.98 0.19 114.06 0.95 0.42
Hex 19 CF 5 58 0 62 13 72 5F 2A
Octal 31 317 5 130 0 142 23 162 137 52
Binary 11001 11001111 101 1011000 0 1100010 10011 1110010 1011111 101010

Color Harmonies of #19CF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CF05

Black with #19CF05

Text Example


Text Example

White with #19CF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19CF05; }

 p { color: rgb(25,207,5); }

 H1.HeaderClassName
 {
   color: #19CF05;
 }
 .AnyTagClassName
 {
   color: #19CF05;
 }
</style>

background-color css

<style>
 a { background-color: #19CF05; }

 a { background-color: rgb(25,207,5); }

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

border-color css

<style>
 span { border-color: #19CF05; }

 span { border-color: rgb(25,207,5); }

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