Html Css Color HEX #6CC310 Christi

📋 copy color: '#6CC310'

red 108 ◦ green 195 ◦ blue 16

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

Shades of Christi #6CC310

Tints of Christi #6CC310

RGB

 RED value IS 108 (42.58% from 255) = 33.86%

 GREEN value IS 195 (76.56% from 255) = 61.13%

 BLUE value IS 16 (6.64% from 255) = 5.02%

R = 33.86%
G = 61.13%
B = 5.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#6CC310 (or 0x6CC310) is known color: Christi. HEX triplet: 6C, C3 and 10. RGB value is (108,195,16). Sum of RGB (Red+Green+Blue) = 108+195+16=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 195 (76.56% from 255 or 61.13% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 195 - color contains mainly: green. Hex color #6CC310 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC310 is #933CEF. Grayscale: #959595. Windows color (decimal): -9649392 or 1098604. OLE color: 1098604.

HSL color Cylindrical-coordinate representation of color #6CC310: hue angle of 89.16º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6CC310 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 108 195 16 -
CMYK 0.45 0 0.92 0.24
HSL 89.16º 0.85% 0.41% -
HSV(B) 89.16º 0.92% 0.76% -
XYZ 25.79 42.26 7.29 -
YUV 148.58 53.18 99.05 -
System Red Green Blue C M Y K H S L
Decimal 108 195 16 0.45 0 0.92 0.24 89.16 0.85 0.41
Hex 6C C3 10 2D 0 5C 18 59 55 29
Octal 154 303 20 55 0 134 30 131 125 51
Binary 1101100 11000011 10000 101101 0 1011100 11000 1011001 1010101 101001

Color Harmonies of #6CC310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC310

Black with #6CC310

Text Example


Text Example

White with #6CC310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,195,16); }

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

background-color css

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

 a { background-color: rgb(108,195,16); }

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

border-color css

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

 span { border-color: rgb(108,195,16); }

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