Html Css Color HEX #6BCC0C Kelly Green

📋 copy color: '#6BCC0C'

red 107 ◦ green 204 ◦ blue 12

#6BCC0C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #6BCC0C

Tints of Kelly Green #6BCC0C

RGB

 RED value IS 107 (42.19% from 255) = 33.13%

 GREEN value IS 204 (80.08% from 255) = 63.16%

 BLUE value IS 12 (5.08% from 255) = 3.72%

R = 33.13%
G = 63.16%
B = 3.72%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#6BCC0C (or 0x6BCC0C) is known color: Kelly Green. HEX triplet: 6B, CC and 0C. RGB value is (107,204,12). Sum of RGB (Red+Green+Blue) = 107+204+12=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 204 (80.08% from 255 or 63.16% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCC0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BCC0C is #9433F3. Grayscale: #999999. Windows color (decimal): -9712628 or 838763. OLE color: 838763.

HSL color Cylindrical-coordinate representation of color #6BCC0C: hue angle of 90.31º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6BCC0C is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 107 204 12 -
CMYK 0.48 0 0.94 0.2
HSL 90.31º 0.89% 0.42% -
HSV(B) 90.31º 0.94% 0.8% -
XYZ 27.72 46.34 7.83 -
YUV 153.11 48.36 95.11 -
System Red Green Blue C M Y K H S L
Decimal 107 204 12 0.48 0 0.94 0.2 90.31 0.89 0.42
Hex 6B CC C 30 0 5E 14 5A 59 2A
Octal 153 314 14 60 0 136 24 132 131 52
Binary 1101011 11001100 1100 110000 0 1011110 10100 1011010 1011001 101010

Color Harmonies of #6BCC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCC0C

Black with #6BCC0C

Text Example


Text Example

White with #6BCC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,204,12); }

 H1.HeaderClassName
 {
   color: #6BCC0C;
 }
 .AnyTagClassName
 {
   color: #6BCC0C;
 }
</style>

background-color css

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

 a { background-color: rgb(107,204,12); }

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

border-color css

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

 span { border-color: rgb(107,204,12); }

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