Html Css Color HEX #6BC514 Christi

📋 copy color: '#6BC514'

red 107 ◦ green 197 ◦ blue 20

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

Shades of Christi #6BC514

Tints of Christi #6BC514

RGB

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

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

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

R = 33.02%
G = 60.8%
B = 6.17%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#6BC514 (or 0x6BC514) is known color: Christi. HEX triplet: 6B, C5 and 14. RGB value is (107,197,20). Sum of RGB (Red+Green+Blue) = 107+197+20=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 197 (77.34% from 255 or 60.80% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC514 is #943AEB. Grayscale: #969696. Windows color (decimal): -9714412 or 1361259. OLE color: 1361259.

HSL color Cylindrical-coordinate representation of color #6BC514: hue angle of 90.51º 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 #6BC514 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 107 197 20 -
CMYK 0.46 0 0.90 0.23
HSL 90.51º 0.82% 0.43% -
HSV(B) 90.51º 0.9% 0.77% -
XYZ 26.16 43.11 7.6 -
YUV 149.91 54.68 97.39 -
System Red Green Blue C M Y K H S L
Decimal 107 197 20 0.46 0 0.90 0.23 90.51 0.82 0.43
Hex 6B C5 14 2E 0 5A 17 5B 52 2B
Octal 153 305 24 56 0 132 27 133 122 53
Binary 1101011 11000101 10100 101110 0 1011010 10111 1011011 1010010 101011

Color Harmonies of #6BC514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC514

Black with #6BC514

Text Example


Text Example

White with #6BC514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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