Html Css Color HEX #6DC012 Christi

📋 copy color: '#6DC012'

red 109 ◦ green 192 ◦ blue 18

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

Shades of Christi #6DC012

Tints of Christi #6DC012

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.19%

 BLUE value IS 18 (7.42% from 255) = 5.64%

R = 34.17%
G = 60.19%
B = 5.64%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#6DC012 (or 0x6DC012) is known color: Christi. HEX triplet: 6D, C0 and 12. RGB value is (109,192,18). Sum of RGB (Red+Green+Blue) = 109+192+18=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC012 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC012 is #923FED. Grayscale: #939393. Windows color (decimal): -9584622 or 1228909. OLE color: 1228909.

HSL color Cylindrical-coordinate representation of color #6DC012: hue angle of 88.62º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6DC012 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 192 18 -
CMYK 0.43 0 0.91 0.25
HSL 88.62º 0.83% 0.41% -
HSV(B) 88.62º 0.91% 0.75% -
XYZ 25.27 40.99 7.15 -
YUV 147.35 55 100.65 -
System Red Green Blue C M Y K H S L
Decimal 109 192 18 0.43 0 0.91 0.25 88.62 0.83 0.41
Hex 6D C0 12 2B 0 5B 19 59 53 29
Octal 155 300 22 53 0 133 31 131 123 51
Binary 1101101 11000000 10010 101011 0 1011011 11001 1011001 1010011 101001

Color Harmonies of #6DC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC012

Black with #6DC012

Text Example


Text Example

White with #6DC012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,192,18); }

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

background-color css

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

 a { background-color: rgb(109,192,18); }

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

border-color css

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

 span { border-color: rgb(109,192,18); }

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