#6BCF13

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

Shades of Kelly Green #6BCF13

Tints of Kelly Green #6BCF13

Color information

#6BCF13 (or 0x6BCF13) is unknown color: approx Kelly Green. HEX triplet: 6B, CF and 13. RGB value is (107,207,19). Sum of RGB (Red+Green+Blue) = 107+207+19=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 207 (81.25% from 255 or 62.16% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCF13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BCF13 is #9430EC. Grayscale: #9C9C9C. Windows color (decimal): -9711853 or 1298283. OLE color: 1298283.

HSL color Cylindrical-coordinate representation of color #6BCF13: hue angle of 91.91º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6BCF13 is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB10720719-
CMYK0.4800.910.19
HSL91.91º83.19%44.31%-
HSV(B)91.91º90.82%81.18%-
XYZ28.4947.88.34-
YUV155.6750.8793.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.13%
GREEN value IS 207 (81.25% from 255) = 62.16%
BLUE value IS 19 (7.81% from 255) = 5.71%
R=32.13%
G=62.16%
B=5.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal107207190.4800.910.1991.9183.1944.31
Hex6BCF133005B135c532c
Octal153317236001332313412354
Binary11010111100111110011110000010110111001110111001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCF13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,207,19); }

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

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

 a { background-color: rgb(107,207,19); }

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

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

 span { border-color: rgb(107,207,19); }

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