Html Css Color HEX #6CC30C Christi

📋 copy color: '#6CC30C'

red 108 ◦ green 195 ◦ blue 12

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

Shades of Christi #6CC30C

Tints of Christi #6CC30C

RGB

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

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

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

R = 34.29%
G = 61.9%
B = 3.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#6CC30C (or 0x6CC30C) is known color: Christi. HEX triplet: 6C, C3 and 0C. RGB value is (108,195,12). Sum of RGB (Red+Green+Blue) = 108+195+12=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 195 (76.56% from 255 or 61.90% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 195 - color contains mainly: green. Hex color #6CC30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC30C is #933CF3. Grayscale: #949494. Windows color (decimal): -9649396 or 836460. OLE color: 836460.

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

Color convert

RGB 108 195 12 -
CMYK 0.45 0 0.94 0.24
HSL 88.52º 0.88% 0.41% -
HSV(B) 88.52º 0.94% 0.76% -
XYZ 25.77 42.24 7.14 -
YUV 148.13 51.18 99.38 -
System Red Green Blue C M Y K H S L
Decimal 108 195 12 0.45 0 0.94 0.24 88.52 0.88 0.41
Hex 6C C3 C 2D 0 5E 18 59 58 29
Octal 154 303 14 55 0 136 30 131 130 51
Binary 1101100 11000011 1100 101101 0 1011110 11000 1011001 1011000 101001

Color Harmonies of #6CC30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC30C

Black with #6CC30C

Text Example


Text Example

White with #6CC30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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