Html Css Color HEX #6DC20D Christi

📋 copy color: '#6DC20D'

red 109 ◦ green 194 ◦ blue 13

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

Shades of Christi #6DC20D

Tints of Christi #6DC20D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 61.39%

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

R = 34.49%
G = 61.39%
B = 4.11%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#6DC20D (or 0x6DC20D) is known color: Christi. HEX triplet: 6D, C2 and 0D. RGB value is (109,194,13). Sum of RGB (Red+Green+Blue) = 109+194+13=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 194 (76.17% from 255 or 61.39% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 194 - color contains mainly: green. Hex color #6DC20D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC20D is #923DF2. Grayscale: #949494. Windows color (decimal): -9584115 or 901741. OLE color: 901741.

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

Color convert

RGB 109 194 13 -
CMYK 0.44 0 0.93 0.24
HSL 88.18º 0.87% 0.41% -
HSV(B) 88.18º 0.93% 0.76% -
XYZ 25.67 41.86 7.11 -
YUV 147.95 51.84 100.22 -
System Red Green Blue C M Y K H S L
Decimal 109 194 13 0.44 0 0.93 0.24 88.18 0.87 0.41
Hex 6D C2 D 2C 0 5D 18 58 57 29
Octal 155 302 15 54 0 135 30 130 127 51
Binary 1101101 11000010 1101 101100 0 1011101 11000 1011000 1010111 101001

Color Harmonies of #6DC20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC20D

Black with #6DC20D

Text Example


Text Example

White with #6DC20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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