Html Css Color HEX #6DBB14 Christi

📋 copy color: '#6DBB14'

red 109 ◦ green 187 ◦ blue 20

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

Shades of Christi #6DBB14

Tints of Christi #6DBB14

RGB

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

 GREEN value IS 187 (73.44% from 255) = 59.18%

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

R = 34.49%
G = 59.18%
B = 6.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#6DBB14 (or 0x6DBB14) is known color: Christi. HEX triplet: 6D, BB and 14. RGB value is (109,187,20). Sum of RGB (Red+Green+Blue) = 109+187+20=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 187 (73.44% from 255 or 59.18% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 187 - color contains mainly: green. Hex color #6DBB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBB14 is #9244EB. Grayscale: #919191. Windows color (decimal): -9585900 or 1358701. OLE color: 1358701.

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

Color convert

RGB 109 187 20 -
CMYK 0.42 0 0.89 0.27
HSL 88.02º 0.81% 0.41% -
HSV(B) 88.02º 0.89% 0.73% -
XYZ 24.2 38.84 6.88 -
YUV 144.64 57.66 102.58 -
System Red Green Blue C M Y K H S L
Decimal 109 187 20 0.42 0 0.89 0.27 88.02 0.81 0.41
Hex 6D BB 14 2A 0 59 1B 58 51 29
Octal 155 273 24 52 0 131 33 130 121 51
Binary 1101101 10111011 10100 101010 0 1011001 11011 1011000 1010001 101001

Color Harmonies of #6DBB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBB14

Black with #6DBB14

Text Example


Text Example

White with #6DBB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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