#6CF16B

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

Shades of Screamin' Green #6CF16B

Tints of Screamin' Green #6CF16B

Color information

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

HSL color Cylindrical-coordinate representation of color #6CF16B: hue angle of 119.55º 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 #6CF16B is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB108241107-
CMYK0.5500.560.05
HSL119.55º82.72%68.24%-
HSV(B)119.55º55.6%94.51%-
XYZ40.2967.1624.75-
YUV185.9683.4472.4-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1082411070.5500.560.05119.5582.7268.24
Hex6CF16B370385785344
Octal154361153670705170123104
Binary11011001111000111010111101110111000101111100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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