Html Css Color HEX #6BC500 Christi

📋 copy color: '#6BC500'

red 107 ◦ green 197 ◦ blue 0

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

Shades of Christi #6BC500

Tints of Christi #6BC500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 35.2%
G = 64.8%
B = 0%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#6BC500 (or 0x6BC500) is known color: Christi. HEX triplet: 6B, C5 and 00. RGB value is (107,197,0). Sum of RGB (Red+Green+Blue) = 107+197+0=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 197 (77.34% from 255 or 64.80% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC500 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC500 is #943AFF. Grayscale: #949494. Windows color (decimal): -9714432 or 50539. OLE color: 50539.

HSL color Cylindrical-coordinate representation of color #6BC500: hue angle of 87.41º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6BC500 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 107 197 0 -
CMYK 0.46 0 1 0.23
HSL 87.41º 1% 0.39% -
HSV(B) 87.41º 1% 0.77% -
XYZ 26.03 43.06 6.94 -
YUV 147.63 44.68 99.02 -
System Red Green Blue C M Y K H S L
Decimal 107 197 0 0.46 0 1 0.23 87.41 1 0.39
Hex 6B C5 0 2E 0 64 17 57 64 27
Octal 153 305 0 56 0 144 27 127 144 47
Binary 1101011 11000101 0 101110 0 1100100 10111 1010111 1100100 100111

Color Harmonies of #6BC500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC500

Black with #6BC500

Text Example


Text Example

White with #6BC500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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