Html Css Color HEX #6DC013 Christi

📋 copy color: '#6DC013'

red 109 ◦ green 192 ◦ blue 19

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

Shades of Christi #6DC013

Tints of Christi #6DC013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.94%

R = 34.06%
G = 60%
B = 5.94%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#6DC013 (or 0x6DC013) is known color: Christi. HEX triplet: 6D, C0 and 13. RGB value is (109,192,19). Sum of RGB (Red+Green+Blue) = 109+192+19=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC013 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC013 is #923FEC. Grayscale: #949494. Windows color (decimal): -9584621 or 1294445. OLE color: 1294445.

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

Color convert

RGB 109 192 19 -
CMYK 0.43 0 0.90 0.25
HSL 88.79º 0.82% 0.41% -
HSV(B) 88.79º 0.9% 0.75% -
XYZ 25.27 41 7.2 -
YUV 147.46 55.5 100.57 -
System Red Green Blue C M Y K H S L
Decimal 109 192 19 0.43 0 0.90 0.25 88.79 0.82 0.41
Hex 6D C0 13 2B 0 5A 19 59 52 29
Octal 155 300 23 53 0 132 31 131 122 51
Binary 1101101 11000000 10011 101011 0 1011010 11001 1011001 1010010 101001

Color Harmonies of #6DC013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC013

Black with #6DC013

Text Example


Text Example

White with #6DC013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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