#6BFF1F

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

Shades of Bright Green #6BFF1F

Tints of Bright Green #6BFF1F

Color information

#6BFF1F (or 0x6BFF1F) is unknown color: approx Bright Green. HEX triplet: 6B, FF and 1F. RGB value is (107,255,31). Sum of RGB (Red+Green+Blue) = 107+255+31=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 255 (100% from 255 or 64.89% from 393); Blue value is 31 (12.5% from 255 or 7.89% from 393); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFF1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6BFF1F is #9400E0. Grayscale: #B9B9B9. Windows color (decimal): -9699553 or 2097003. OLE color: 2097003.

HSL color Cylindrical-coordinate representation of color #6BFF1F: hue angle of 99.64º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6BFF1F is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB10725531-
CMYK0.5800.880
HSL99.64º100%56.08%-
HSV(B)99.64º87.84%100%-
XYZ42.0774.7413.51-
YUV185.2140.9772.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.23%
GREEN value IS 255 (100% from 255) = 64.89%
BLUE value IS 31 (12.5% from 255) = 7.89%
R=27.23%
G=64.89%
B=7.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal107255310.5800.88099.6410056.08
Hex6BFF1F3A0580646438
Octal15337737720130014414470
Binary1101011111111111111111101001011000011001001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFF1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,255,31); }

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

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

 a { background-color: rgb(107,255,31); }

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

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

 span { border-color: rgb(107,255,31); }

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