#6BF16C

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

Shades of Screamin' Green #6BF16C

Tints of Screamin' Green #6BF16C

Color information

#6BF16C (or 0x6BF16C) is unknown color: approx Screamin' Green. HEX triplet: 6B, F1 and 6C. RGB value is (107,241,108). Sum of RGB (Red+Green+Blue) = 107+241+108=456 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.46% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #6BF16C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6BF16C is #940E93. Grayscale: #BABABA. Windows color (decimal): -9703060 or 7139691. OLE color: 7139691.

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

Color convert

RGB107241108-
CMYK0.5600.550.05
HSL120.45º82.72%68.24%-
HSV(B)120.45º55.6%94.51%-
XYZ40.2367.1225.02-
YUV185.7784.1171.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.46%
GREEN value IS 241 (94.53% from 255) = 52.85%
BLUE value IS 108 (42.58% from 255) = 23.68%
R=23.46%
G=52.85%
B=23.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1072411080.5600.550.05120.4582.7268.24
Hex6BF16C380375785344
Octal153361154700675170123104
Binary11010111111000111011001110000110111101111100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,241,108); }

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

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

 a { background-color: rgb(107,241,108); }

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

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

 span { border-color: rgb(107,241,108); }

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