#6CF13F

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

Shades of Screamin' Green #6CF13F

Tints of Screamin' Green #6CF13F

Color information

#6CF13F (or 0x6CF13F) is unknown color: approx Screamin' Green. HEX triplet: 6C, F1 and 3F. RGB value is (108,241,63). Sum of RGB (Red+Green+Blue) = 108+241+63=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 241 (94.53% from 255 or 58.50% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 241 - color contains mainly: green. Hex color #6CF13F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6CF13F is #930EC0. Grayscale: #B5B5B5. Windows color (decimal): -9637569 or 4190572. OLE color: 4190572.

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

Color convert

RGB10824163-
CMYK0.5500.740.05
HSL104.83º86.41%59.61%-
HSV(B)104.83º73.86%94.51%-
XYZ38.5466.4615.5-
YUV180.9461.4475.97-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.21%
GREEN value IS 241 (94.53% from 255) = 58.50%
BLUE value IS 63 (25% from 255) = 15.29%
R=26.21%
G=58.50%
B=15.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal108241630.5500.740.05104.8386.4159.61
Hex6CF13F3704A569563c
Octal15436177670112515112674
Binary1101100111100011111111101110100101010111010011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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