Html Css Color HEX #6DC40D Christi

📋 copy color: '#6DC40D'

red 109 ◦ green 196 ◦ blue 13

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

Shades of Christi #6DC40D

Tints of Christi #6DC40D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 61.64%

 BLUE value IS 13 (5.47% from 255) = 4.09%

R = 34.28%
G = 61.64%
B = 4.09%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#6DC40D (or 0x6DC40D) is known color: Christi. HEX triplet: 6D, C4 and 0D. RGB value is (109,196,13). Sum of RGB (Red+Green+Blue) = 109+196+13=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 196 (76.95% from 255 or 61.64% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 196 - color contains mainly: green. Hex color #6DC40D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC40D is #923BF2. Grayscale: #959595. Windows color (decimal): -9583603 or 902253. OLE color: 902253.

HSL color Cylindrical-coordinate representation of color #6DC40D: hue angle of 88.52º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6DC40D is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 109 196 13 -
CMYK 0.44 0 0.93 0.23
HSL 88.52º 0.88% 0.41% -
HSV(B) 88.52º 0.93% 0.77% -
XYZ 26.12 42.76 7.26 -
YUV 149.13 51.18 99.38 -
System Red Green Blue C M Y K H S L
Decimal 109 196 13 0.44 0 0.93 0.23 88.52 0.88 0.41
Hex 6D C4 D 2C 0 5D 17 59 58 29
Octal 155 304 15 54 0 135 27 131 130 51
Binary 1101101 11000100 1101 101100 0 1011101 10111 1011001 1011000 101001

Color Harmonies of #6DC40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC40D

Black with #6DC40D

Text Example


Text Example

White with #6DC40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,196,13); }

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

background-color css

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

 a { background-color: rgb(109,196,13); }

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

border-color css

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

 span { border-color: rgb(109,196,13); }

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