Html Css Color HEX #6CC514 Christi

📋 copy color: '#6CC514'

red 108 ◦ green 197 ◦ blue 20

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

Shades of Christi #6CC514

Tints of Christi #6CC514

RGB

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

 GREEN value IS 197 (77.34% from 255) = 60.62%

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

R = 33.23%
G = 60.62%
B = 6.15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#6CC514 (or 0x6CC514) is known color: Christi. HEX triplet: 6C, C5 and 14. RGB value is (108,197,20). Sum of RGB (Red+Green+Blue) = 108+197+20=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 197 (77.34% from 255 or 60.62% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 197 - color contains mainly: green. Hex color #6CC514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC514 is #933AEB. Grayscale: #969696. Windows color (decimal): -9648876 or 1361260. OLE color: 1361260.

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

Color convert

RGB 108 197 20 -
CMYK 0.45 0 0.90 0.23
HSL 90.17º 0.82% 0.43% -
HSV(B) 90.17º 0.9% 0.77% -
XYZ 26.28 43.17 7.61 -
YUV 150.21 54.51 97.89 -
System Red Green Blue C M Y K H S L
Decimal 108 197 20 0.45 0 0.90 0.23 90.17 0.82 0.43
Hex 6C C5 14 2D 0 5A 17 5A 52 2B
Octal 154 305 24 55 0 132 27 132 122 53
Binary 1101100 11000101 10100 101101 0 1011010 10111 1011010 1010010 101011

Color Harmonies of #6CC514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC514

Black with #6CC514

Text Example


Text Example

White with #6CC514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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