Html Css Color HEX #06F227 Free Speech Green

📋 copy color: '#06F227'

red 6 ◦ green 242 ◦ blue 39

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

Shades of Free Speech Green #06F227

Tints of Free Speech Green #06F227

RGB

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

 GREEN value IS 242 (94.92% from 255) = 84.32%

 BLUE value IS 39 (15.63% from 255) = 13.59%

R = 2.09%
G = 84.32%
B = 13.59%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#06F227 (or 0x06F227) is known color: Free Speech Green. HEX triplet: 06, F2 and 27. RGB value is (6,242,39). Sum of RGB (Red+Green+Blue) = 6+242+39=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 242 (94.92% from 255 or 84.32% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 242 - color contains mainly: green. Hex color #06F227 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06F227 is #F90DD8. Grayscale: #949494. Windows color (decimal): -16322009 or 2617862. OLE color: 2617862.

HSL color Cylindrical-coordinate representation of color #06F227: hue angle of 128.39º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F227 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 6 242 39 -
CMYK 0.98 0 0.84 0.05
HSL 128.39º 0.95% 0.49% -
HSV(B) 128.39º 0.98% 0.95% -
XYZ 32.19 63.69 12.52 -
YUV 148.29 66.31 26.51 -
System Red Green Blue C M Y K H S L
Decimal 6 242 39 0.98 0 0.84 0.05 128.39 0.95 0.49
Hex 6 F2 27 62 0 54 5 80 5F 31
Octal 6 362 47 142 0 124 5 200 137 61
Binary 110 11110010 100111 1100010 0 1010100 101 10000000 1011111 110001

Color Harmonies of #06F227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06F227

Black with #06F227

Text Example


Text Example

White with #06F227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,242,39); }

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

background-color css

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

 a { background-color: rgb(6,242,39); }

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

border-color css

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

 span { border-color: rgb(6,242,39); }

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