Html Css Color HEX #6DC301 Christi

📋 copy color: '#6DC301'

red 109 ◦ green 195 ◦ blue 1

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

Shades of Christi #6DC301

Tints of Christi #6DC301

RGB

 RED value IS 109 (42.97% from 255) = 35.74%

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

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

R = 35.74%
G = 63.93%
B = 0.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#6DC301 (or 0x6DC301) is known color: Christi. HEX triplet: 6D, C3 and 01. RGB value is (109,195,1). Sum of RGB (Red+Green+Blue) = 109+195+1=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 195 (76.56% from 255 or 63.93% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 195 - color contains mainly: green. Hex color #6DC301 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC301 is #923CFE. Grayscale: #939393. Windows color (decimal): -9583871 or 115565. OLE color: 115565.

HSL color Cylindrical-coordinate representation of color #6DC301: hue angle of 86.6º 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 #6DC301 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 109 195 1 -
CMYK 0.44 0 0.99 0.24
HSL 86.6º 0.99% 0.38% -
HSV(B) 86.6º 0.99% 0.76% -
XYZ 25.83 42.28 6.83 -
YUV 147.17 45.51 100.77 -
System Red Green Blue C M Y K H S L
Decimal 109 195 1 0.44 0 0.99 0.24 86.6 0.99 0.38
Hex 6D C3 1 2C 0 63 18 57 63 26
Octal 155 303 1 54 0 143 30 127 143 46
Binary 1101101 11000011 1 101100 0 1100011 11000 1010111 1100011 100110

Color Harmonies of #6DC301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC301

Black with #6DC301

Text Example


Text Example

White with #6DC301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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