Html Css Color HEX #06DF28 Free Speech Green

📋 copy color: '#06DF28'

red 6 ◦ green 223 ◦ blue 40

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

Shades of Free Speech Green #06DF28

Tints of Free Speech Green #06DF28

RGB

 RED value IS 6 (2.73% from 255) = 2.23%

 GREEN value IS 223 (87.5% from 255) = 82.9%

 BLUE value IS 40 (16.02% from 255) = 14.87%

R = 2.23%
G = 82.9%
B = 14.87%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#06DF28 (or 0x06DF28) is known color: Free Speech Green. HEX triplet: 06, DF and 28. RGB value is (6,223,40). Sum of RGB (Red+Green+Blue) = 6+223+40=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 223 (87.5% from 255 or 82.90% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 223 - color contains mainly: green. Hex color #06DF28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06DF28 is #F920D7. Grayscale: #898989. Windows color (decimal): -16326872 or 2678534. OLE color: 2678534.

HSL color Cylindrical-coordinate representation of color #06DF28: hue angle of 129.4º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DF28 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 223 40 -
CMYK 0.97 0 0.82 0.13
HSL 129.4º 0.95% 0.45% -
HSV(B) 129.4º 0.97% 0.87% -
XYZ 26.85 52.97 10.82 -
YUV 137.26 73.11 34.38 -
System Red Green Blue C M Y K H S L
Decimal 6 223 40 0.97 0 0.82 0.13 129.4 0.95 0.45
Hex 6 DF 28 61 0 52 D 81 5F 2D
Octal 6 337 50 141 0 122 15 201 137 55
Binary 110 11011111 101000 1100001 0 1010010 1101 10000001 1011111 101101

Color Harmonies of #06DF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DF28

Black with #06DF28

Text Example


Text Example

White with #06DF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06DF28; }

 p { color: rgb(6,223,40); }

 H1.HeaderClassName
 {
   color: #06DF28;
 }
 .AnyTagClassName
 {
   color: #06DF28;
 }
</style>

background-color css

<style>
 a { background-color: #06DF28; }

 a { background-color: rgb(6,223,40); }

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

border-color css

<style>
 span { border-color: #06DF28; }

 span { border-color: rgb(6,223,40); }

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