Html Css Color HEX #6DBA14 Christi

📋 copy color: '#6DBA14'

red 109 ◦ green 186 ◦ blue 20

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

Shades of Christi #6DBA14

Tints of Christi #6DBA14

RGB

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

 GREEN value IS 186 (73.05% from 255) = 59.05%

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

R = 34.6%
G = 59.05%
B = 6.35%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#6DBA14 (or 0x6DBA14) is known color: Christi. HEX triplet: 6D, BA and 14. RGB value is (109,186,20). Sum of RGB (Red+Green+Blue) = 109+186+20=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBA14 is #9245EB. Grayscale: #909090. Windows color (decimal): -9586156 or 1358445. OLE color: 1358445.

HSL color Cylindrical-coordinate representation of color #6DBA14: hue angle of 87.83º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6DBA14 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 186 20 -
CMYK 0.41 0 0.89 0.27
HSL 87.83º 0.81% 0.4% -
HSV(B) 87.83º 0.89% 0.73% -
XYZ 23.99 38.42 6.81 -
YUV 144.05 57.99 103 -
System Red Green Blue C M Y K H S L
Decimal 109 186 20 0.41 0 0.89 0.27 87.83 0.81 0.4
Hex 6D BA 14 29 0 59 1B 58 51 28
Octal 155 272 24 51 0 131 33 130 121 50
Binary 1101101 10111010 10100 101001 0 1011001 11011 1011000 1010001 101000

Color Harmonies of #6DBA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBA14

Black with #6DBA14

Text Example


Text Example

White with #6DBA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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