Html Css Color HEX #6FF012 Bright Green

📋 copy color: '#6FF012'

red 111 ◦ green 240 ◦ blue 18

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

Shades of Bright Green #6FF012

Tints of Bright Green #6FF012

RGB

 RED value IS 111 (43.75% from 255) = 30.08%

 GREEN value IS 240 (94.14% from 255) = 65.04%

 BLUE value IS 18 (7.42% from 255) = 4.88%

R = 30.08%
G = 65.04%
B = 4.88%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#6FF012 (or 0x6FF012) is known color: Bright Green. HEX triplet: 6F, F0 and 12. RGB value is (111,240,18). Sum of RGB (Red+Green+Blue) = 111+240+18=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 240 (94.14% from 255 or 65.04% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 240 - color contains mainly: green. Hex color #6FF012 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6FF012 is #900FED. Grayscale: #B0B0B0. Windows color (decimal): -9441262 or 1241199. OLE color: 1241199.

HSL color Cylindrical-coordinate representation of color #6FF012: hue angle of 94.86º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6FF012 is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 111 240 18 -
CMYK 0.54 0 0.92 0.06
HSL 94.86º 0.88% 0.51% -
HSV(B) 94.86º 0.93% 0.94% -
XYZ 37.82 65.74 11.27 -
YUV 176.12 38.76 81.55 -
System Red Green Blue C M Y K H S L
Decimal 111 240 18 0.54 0 0.92 0.06 94.86 0.88 0.51
Hex 6F F0 12 36 0 5C 6 5F 58 33
Octal 157 360 22 66 0 134 6 137 130 63
Binary 1101111 11110000 10010 110110 0 1011100 110 1011111 1011000 110011

Color Harmonies of #6FF012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FF012

Black with #6FF012

Text Example


Text Example

White with #6FF012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FF012; }

 p { color: rgb(111,240,18); }

 H1.HeaderClassName
 {
   color: #6FF012;
 }
 .AnyTagClassName
 {
   color: #6FF012;
 }
</style>

background-color css

<style>
 a { background-color: #6FF012; }

 a { background-color: rgb(111,240,18); }

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

border-color css

<style>
 span { border-color: #6FF012; }

 span { border-color: rgb(111,240,18); }

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