Html Css Color HEX #6DCD13 Christi

📋 copy color: '#6DCD13'

red 109 ◦ green 205 ◦ blue 19

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

Shades of Christi #6DCD13

Tints of Christi #6DCD13

RGB

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

 GREEN value IS 205 (80.47% from 255) = 61.56%

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

R = 32.73%
G = 61.56%
B = 5.71%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#6DCD13 (or 0x6DCD13) is known color: Christi. HEX triplet: 6D, CD and 13. RGB value is (109,205,19). Sum of RGB (Red+Green+Blue) = 109+205+19=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 205 (80.47% from 255 or 61.56% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCD13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DCD13 is #9232EC. Grayscale: #9B9B9B. Windows color (decimal): -9581293 or 1297773. OLE color: 1297773.

HSL color Cylindrical-coordinate representation of color #6DCD13: hue angle of 90.97º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6DCD13 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 205 19 -
CMYK 0.47 0 0.91 0.20
HSL 90.97º 0.83% 0.44% -
HSV(B) 90.97º 0.91% 0.8% -
XYZ 28.26 46.96 8.19 -
YUV 155.09 51.2 95.12 -
System Red Green Blue C M Y K H S L
Decimal 109 205 19 0.47 0 0.91 0.20 90.97 0.83 0.44
Hex 6D CD 13 2F 0 5B 14 5B 53 2C
Octal 155 315 23 57 0 133 24 133 123 54
Binary 1101101 11001101 10011 101111 0 1011011 10100 1011011 1010011 101100

Color Harmonies of #6DCD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCD13

Black with #6DCD13

Text Example


Text Example

White with #6DCD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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