#6CFB1A

Color #6CFB1A Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #6CFB1A

Tints of Bright Green #6CFB1A

Color information

#6CFB1A (or 0x6CFB1A) is unknown color: approx Bright Green. HEX triplet: 6C, FB and 1A. RGB value is (108,251,26). Sum of RGB (Red+Green+Blue) = 108+251+26=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 251 (98.44% from 255 or 65.19% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 251 - color contains mainly: green. Hex color #6CFB1A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6CFB1A is #9304E5. Grayscale: #B7B7B7. Windows color (decimal): -9635046 or 1768300. OLE color: 1768300.

HSL color Cylindrical-coordinate representation of color #6CFB1A: hue angle of 98.13º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6CFB1A is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB10825126-
CMYK0.5700.900.02
HSL98.13º96.57%54.31%-
HSV(B)98.13º89.64%98.43%-
XYZ40.8772.2612.77-
YUV182.5939.6274.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.05%
GREEN value IS 251 (98.44% from 255) = 65.19%
BLUE value IS 26 (10.55% from 255) = 6.75%
R=28.05%
G=65.19%
B=6.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal108251260.5700.900.0298.1396.5754.31
Hex6CFB1A3905A2626136
Octal15437332710132214214166
Binary11011001111101111010111001010110101011000101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CFB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,251,26); }

 H1.HeaderClassName
 {
   color: #6CFB1A;
 }
 .AnyTagClassName
 {
   color: #6CFB1A;
 }
</style>
background-color css

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

 a { background-color: rgb(108,251,26); }

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

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

 span { border-color: rgb(108,251,26); }

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