Html Css Color HEX #6CC614 Christi

📋 copy color: '#6CC614'

red 108 ◦ green 198 ◦ blue 20

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

Shades of Christi #6CC614

Tints of Christi #6CC614

RGB

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

 GREEN value IS 198 (77.73% from 255) = 60.74%

 BLUE value IS 20 (8.2% from 255) = 6.13%

R = 33.13%
G = 60.74%
B = 6.13%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#6CC614 (or 0x6CC614) is known color: Christi. HEX triplet: 6C, C6 and 14. RGB value is (108,198,20). Sum of RGB (Red+Green+Blue) = 108+198+20=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 198 (77.73% from 255 or 60.74% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 198 - color contains mainly: green. Hex color #6CC614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC614 is #9339EB. Grayscale: #979797. Windows color (decimal): -9648620 or 1361516. OLE color: 1361516.

HSL color Cylindrical-coordinate representation of color #6CC614: hue angle of 90.34º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6CC614 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 108 198 20 -
CMYK 0.45 0 0.90 0.22
HSL 90.34º 0.82% 0.43% -
HSV(B) 90.34º 0.9% 0.78% -
XYZ 26.5 43.63 7.69 -
YUV 150.8 54.18 97.47 -
System Red Green Blue C M Y K H S L
Decimal 108 198 20 0.45 0 0.90 0.22 90.34 0.82 0.43
Hex 6C C6 14 2D 0 5A 16 5A 52 2B
Octal 154 306 24 55 0 132 26 132 122 53
Binary 1101100 11000110 10100 101101 0 1011010 10110 1011010 1010010 101011

Color Harmonies of #6CC614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC614

Black with #6CC614

Text Example


Text Example

White with #6CC614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,198,20); }

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

background-color css

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

 a { background-color: rgb(108,198,20); }

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

border-color css

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

 span { border-color: rgb(108,198,20); }

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