Html Css Color HEX #6DB914 Christi

📋 copy color: '#6DB914'

red 109 ◦ green 185 ◦ blue 20

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

Shades of Christi #6DB914

Tints of Christi #6DB914

RGB

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

 GREEN value IS 185 (72.66% from 255) = 58.92%

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

R = 34.71%
G = 58.92%
B = 6.37%

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

#6DB914 (or 0x6DB914) is known color: Christi. HEX triplet: 6D, B9 and 14. RGB value is (109,185,20). Sum of RGB (Red+Green+Blue) = 109+185+20=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 185 (72.66% from 255 or 58.92% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 185 - color contains mainly: green. Hex color #6DB914 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB914 is #9246EB. Grayscale: #909090. Windows color (decimal): -9586412 or 1358189. OLE color: 1358189.

HSL color Cylindrical-coordinate representation of color #6DB914: hue angle of 87.64º degrees, saturation: 0.8, 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 #6DB914 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 185 20 -
CMYK 0.41 0 0.89 0.27
HSL 87.64º 0.8% 0.4% -
HSV(B) 87.64º 0.89% 0.73% -
XYZ 23.78 38 6.74 -
YUV 143.47 58.32 103.42 -
System Red Green Blue C M Y K H S L
Decimal 109 185 20 0.41 0 0.89 0.27 87.64 0.8 0.4
Hex 6D B9 14 29 0 59 1B 58 50 28
Octal 155 271 24 51 0 131 33 130 120 50
Binary 1101101 10111001 10100 101001 0 1011001 11011 1011000 1010000 101000

Color Harmonies of #6DB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB914

Black with #6DB914

Text Example


Text Example

White with #6DB914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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