#6BCD1C

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

Shades of Kelly Green #6BCD1C

Tints of Kelly Green #6BCD1C

Color information

#6BCD1C (or 0x6BCD1C) is unknown color: approx Kelly Green. HEX triplet: 6B, CD and 1C. RGB value is (107,205,28). Sum of RGB (Red+Green+Blue) = 107+205+28=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 205 (80.47% from 255 or 60.29% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BCD1C is #9432E3. Grayscale: #9C9C9C. Windows color (decimal): -9712356 or 1887595. OLE color: 1887595.

HSL color Cylindrical-coordinate representation of color #6BCD1C: hue angle of 93.22º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6BCD1C is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB10720528-
CMYK0.4800.860.20
HSL93.22º75.97%45.69%-
HSV(B)93.22º86.34%80.39%-
XYZ28.146.878.66-
YUV155.5256.0393.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.47%
GREEN value IS 205 (80.47% from 255) = 60.29%
BLUE value IS 28 (11.33% from 255) = 8.24%
R=31.47%
G=60.29%
B=8.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal107205280.4800.860.2093.2275.9745.69
Hex6BCD1C30056145d4c2e
Octal153315346001262413511456
Binary11010111100110111100110000010101101010010111011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,205,28); }

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

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

 a { background-color: rgb(107,205,28); }

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

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

 span { border-color: rgb(107,205,28); }

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