Html Css Color HEX #25DC06 Free Speech Green

📋 copy color: '#25DC06'

red 37 ◦ green 220 ◦ blue 6

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

Shades of Free Speech Green #25DC06

Tints of Free Speech Green #25DC06

RGB

 RED value IS 37 (14.84% from 255) = 14.07%

 GREEN value IS 220 (86.33% from 255) = 83.65%

 BLUE value IS 6 (2.73% from 255) = 2.28%

R = 14.07%
G = 83.65%
B = 2.28%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#25DC06 (or 0x25DC06) is known color: Free Speech Green. HEX triplet: 25, DC and 06. RGB value is (37,220,6). Sum of RGB (Red+Green+Blue) = 37+220+6=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 220 (86.33% from 255 or 83.65% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 220 - color contains mainly: green. Hex color #25DC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25DC06 is #DA23F9. Grayscale: #8D8D8D. Windows color (decimal): -14296058 or 449573. OLE color: 449573.

HSL color Cylindrical-coordinate representation of color #25DC06: hue angle of 111.31º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #25DC06 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 220 6 -
CMYK 0.83 0 0.97 0.14
HSL 111.31º 0.95% 0.44% -
HSV(B) 111.31º 0.97% 0.86% -
XYZ 26.39 51.59 8.74 -
YUV 140.89 51.87 53.9 -
System Red Green Blue C M Y K H S L
Decimal 37 220 6 0.83 0 0.97 0.14 111.31 0.95 0.44
Hex 25 DC 6 53 0 61 E 6F 5F 2C
Octal 45 334 6 123 0 141 16 157 137 54
Binary 100101 11011100 110 1010011 0 1100001 1110 1101111 1011111 101100

Color Harmonies of #25DC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DC06

Black with #25DC06

Text Example


Text Example

White with #25DC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25DC06; }

 p { color: rgb(37,220,6); }

 H1.HeaderClassName
 {
   color: #25DC06;
 }
 .AnyTagClassName
 {
   color: #25DC06;
 }
</style>

background-color css

<style>
 a { background-color: #25DC06; }

 a { background-color: rgb(37,220,6); }

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

border-color css

<style>
 span { border-color: #25DC06; }

 span { border-color: rgb(37,220,6); }

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