Html Css Color HEX #6DC50D Christi

📋 copy color: '#6DC50D'

red 109 ◦ green 197 ◦ blue 13

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

Shades of Christi #6DC50D

Tints of Christi #6DC50D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 61.76%

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

R = 34.17%
G = 61.76%
B = 4.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#6DC50D (or 0x6DC50D) is known color: Christi. HEX triplet: 6D, C5 and 0D. RGB value is (109,197,13). Sum of RGB (Red+Green+Blue) = 109+197+13=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 197 (77.34% from 255 or 61.76% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 197 - color contains mainly: green. Hex color #6DC50D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC50D is #923AF2. Grayscale: #969696. Windows color (decimal): -9583347 or 902509. OLE color: 902509.

HSL color Cylindrical-coordinate representation of color #6DC50D: hue angle of 88.7º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6DC50D is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 109 197 13 -
CMYK 0.45 0 0.93 0.23
HSL 88.7º 0.88% 0.41% -
HSV(B) 88.7º 0.93% 0.77% -
XYZ 26.35 43.21 7.33 -
YUV 149.71 50.85 98.96 -
System Red Green Blue C M Y K H S L
Decimal 109 197 13 0.45 0 0.93 0.23 88.7 0.88 0.41
Hex 6D C5 D 2D 0 5D 17 59 58 29
Octal 155 305 15 55 0 135 27 131 130 51
Binary 1101101 11000101 1101 101101 0 1011101 10111 1011001 1011000 101001

Color Harmonies of #6DC50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC50D

Black with #6DC50D

Text Example


Text Example

White with #6DC50D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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