Html Css Color HEX #6DCD14 Christi

📋 copy color: '#6DCD14'

red 109 ◦ green 205 ◦ blue 20

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

Shades of Christi #6DCD14

Tints of Christi #6DCD14

RGB

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

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

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

R = 32.63%
G = 61.38%
B = 5.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#6DCD14 (or 0x6DCD14) is known color: Christi. HEX triplet: 6D, CD and 14. RGB value is (109,205,20). Sum of RGB (Red+Green+Blue) = 109+205+20=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 205 (80.47% from 255 or 61.38% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCD14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DCD14 is #9232EB. Grayscale: #9B9B9B. Windows color (decimal): -9581292 or 1363309. OLE color: 1363309.

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

Color convert

RGB 109 205 20 -
CMYK 0.47 0 0.90 0.20
HSL 91.14º 0.82% 0.44% -
HSV(B) 91.14º 0.9% 0.8% -
XYZ 28.26 46.96 8.24 -
YUV 155.21 51.7 95.04 -
System Red Green Blue C M Y K H S L
Decimal 109 205 20 0.47 0 0.90 0.20 91.14 0.82 0.44
Hex 6D CD 14 2F 0 5A 14 5B 52 2C
Octal 155 315 24 57 0 132 24 133 122 54
Binary 1101101 11001101 10100 101111 0 1011010 10100 1011011 1010010 101100

Color Harmonies of #6DCD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCD14

Black with #6DCD14

Text Example


Text Example

White with #6DCD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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