Html Css Color HEX #6DC814 Christi

📋 copy color: '#6DC814'

red 109 ◦ green 200 ◦ blue 20

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

Shades of Christi #6DC814

Tints of Christi #6DC814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.08%

R = 33.13%
G = 60.79%
B = 6.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#6DC814 (or 0x6DC814) is known color: Christi. HEX triplet: 6D, C8 and 14. RGB value is (109,200,20). Sum of RGB (Red+Green+Blue) = 109+200+20=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 200 (78.52% from 255 or 60.79% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 200 - color contains mainly: green. Hex color #6DC814 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC814 is #9237EB. Grayscale: #989898. Windows color (decimal): -9582572 or 1362029. OLE color: 1362029.

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

Color convert

RGB 109 200 20 -
CMYK 0.46 0 0.9 0.22
HSL 90.33º 0.82% 0.43% -
HSV(B) 90.33º 0.9% 0.78% -
XYZ 27.09 44.61 7.84 -
YUV 152.27 53.35 97.14 -
System Red Green Blue C M Y K H S L
Decimal 109 200 20 0.46 0 0.9 0.22 90.33 0.82 0.43
Hex 6D C8 14 2E 0 5A 16 5A 52 2B
Octal 155 310 24 56 0 132 26 132 122 53
Binary 1101101 11001000 10100 101110 0 1011010 10110 1011010 1010010 101011

Color Harmonies of #6DC814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC814

Black with #6DC814

Text Example


Text Example

White with #6DC814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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