Html Css Color HEX #6CF312 Bright Green

📋 copy color: '#6CF312'

red 108 ◦ green 243 ◦ blue 18

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

Shades of Bright Green #6CF312

Tints of Bright Green #6CF312

RGB

 RED value IS 108 (42.58% from 255) = 29.27%

 GREEN value IS 243 (95.31% from 255) = 65.85%

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

R = 29.27%
G = 65.85%
B = 4.88%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#6CF312 (or 0x6CF312) is known color: Bright Green. HEX triplet: 6C, F3 and 12. RGB value is (108,243,18). Sum of RGB (Red+Green+Blue) = 108+243+18=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 243 (95.31% from 255 or 65.85% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 243 - color contains mainly: green. Hex color #6CF312 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CF312 is #930CED. Grayscale: #B1B1B1. Windows color (decimal): -9637102 or 1241964. OLE color: 1241964.

HSL color Cylindrical-coordinate representation of color #6CF312: hue angle of 96º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6CF312 is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 108 243 18 -
CMYK 0.56 0 0.93 0.05
HSL 96º 0.9% 0.51% -
HSV(B) 96º 0.93% 0.95% -
XYZ 38.34 67.33 11.55 -
YUV 176.99 38.27 78.8 -
System Red Green Blue C M Y K H S L
Decimal 108 243 18 0.56 0 0.93 0.05 96 0.9 0.51
Hex 6C F3 12 38 0 5D 5 60 5A 33
Octal 154 363 22 70 0 135 5 140 132 63
Binary 1101100 11110011 10010 111000 0 1011101 101 1100000 1011010 110011

Color Harmonies of #6CF312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CF312

Black with #6CF312

Text Example


Text Example

White with #6CF312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,243,18); }

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

background-color css

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

 a { background-color: rgb(108,243,18); }

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

border-color css

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

 span { border-color: rgb(108,243,18); }

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