Html Css Color HEX #6DC701 Christi

📋 copy color: '#6DC701'

red 109 ◦ green 199 ◦ blue 1

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

Shades of Christi #6DC701

Tints of Christi #6DC701

RGB

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

 GREEN value IS 199 (78.13% from 255) = 64.4%

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

R = 35.28%
G = 64.4%
B = 0.32%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#6DC701 (or 0x6DC701) is known color: Christi. HEX triplet: 6D, C7 and 01. RGB value is (109,199,1). Sum of RGB (Red+Green+Blue) = 109+199+1=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 199 (78.12% from 255 or 64.40% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 199 - color contains mainly: green. Hex color #6DC701 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC701 is #9238FE. Grayscale: #969696. Windows color (decimal): -9582847 or 116589. OLE color: 116589.

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

Color convert

RGB 109 199 1 -
CMYK 0.45 0 0.99 0.22
HSL 87.27º 0.99% 0.39% -
HSV(B) 87.27º 0.99% 0.78% -
XYZ 26.74 44.1 7.13 -
YUV 149.52 44.18 99.1 -
System Red Green Blue C M Y K H S L
Decimal 109 199 1 0.45 0 0.99 0.22 87.27 0.99 0.39
Hex 6D C7 1 2D 0 63 16 57 63 27
Octal 155 307 1 55 0 143 26 127 143 47
Binary 1101101 11000111 1 101101 0 1100011 10110 1010111 1100011 100111

Color Harmonies of #6DC701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC701

Black with #6DC701

Text Example


Text Example

White with #6DC701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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