Html Css Color HEX #6DC820 Christi

📋 copy color: '#6DC820'

red 109 ◦ green 200 ◦ blue 32

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

Shades of Christi #6DC820

Tints of Christi #6DC820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 58.65%

 BLUE value IS 32 (12.89% from 255) = 9.38%

R = 31.96%
G = 58.65%
B = 9.38%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#6DC820 (or 0x6DC820) is known color: Christi. HEX triplet: 6D, C8 and 20. RGB value is (109,200,32). Sum of RGB (Red+Green+Blue) = 109+200+32=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 200 (78.52% from 255 or 58.65% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 200 - color contains mainly: green. Hex color #6DC820 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC820 is #9237DF. Grayscale: #9A9A9A. Windows color (decimal): -9582560 or 2148461. OLE color: 2148461.

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

Color convert

RGB 109 200 32 -
CMYK 0.46 0 0.84 0.22
HSL 92.5º 0.72% 0.45% -
HSV(B) 92.5º 0.84% 0.78% -
XYZ 27.22 44.66 8.55 -
YUV 153.64 59.35 96.16 -
System Red Green Blue C M Y K H S L
Decimal 109 200 32 0.46 0 0.84 0.22 92.5 0.72 0.45
Hex 6D C8 20 2E 0 54 16 5C 48 2D
Octal 155 310 40 56 0 124 26 134 110 55
Binary 1101101 11001000 100000 101110 0 1010100 10110 1011100 1001000 101101

Color Harmonies of #6DC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC820

Black with #6DC820

Text Example


Text Example

White with #6DC820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,200,32); }

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

background-color css

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

 a { background-color: rgb(109,200,32); }

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

border-color css

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

 span { border-color: rgb(109,200,32); }

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