Html Css Color HEX #6BC301 Christi

📋 copy color: '#6BC301'

red 107 ◦ green 195 ◦ blue 1

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

Shades of Christi #6BC301

Tints of Christi #6BC301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 35.31%
G = 64.36%
B = 0.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#6BC301 (or 0x6BC301) is known color: Christi. HEX triplet: 6B, C3 and 01. RGB value is (107,195,1). Sum of RGB (Red+Green+Blue) = 107+195+1=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 195 (76.56% from 255 or 64.36% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 195 - color contains mainly: green. Hex color #6BC301 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC301 is #943CFE. Grayscale: #939393. Windows color (decimal): -9714943 or 115563. OLE color: 115563.

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

Color convert

RGB 107 195 1 -
CMYK 0.45 0 0.99 0.24
HSL 87.22º 0.99% 0.38% -
HSV(B) 87.22º 0.99% 0.76% -
XYZ 25.58 42.16 6.82 -
YUV 146.57 45.85 99.77 -
System Red Green Blue C M Y K H S L
Decimal 107 195 1 0.45 0 0.99 0.24 87.22 0.99 0.38
Hex 6B C3 1 2D 0 63 18 57 63 26
Octal 153 303 1 55 0 143 30 127 143 46
Binary 1101011 11000011 1 101101 0 1100011 11000 1010111 1100011 100110

Color Harmonies of #6BC301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC301

Black with #6BC301

Text Example


Text Example

White with #6BC301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,195,1); }

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

background-color css

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

 a { background-color: rgb(107,195,1); }

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

border-color css

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

 span { border-color: rgb(107,195,1); }

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