Html Css Color HEX #6DB116 Christi

📋 copy color: '#6DB116'

red 109 ◦ green 177 ◦ blue 22

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

Shades of Christi #6DB116

Tints of Christi #6DB116

RGB

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

 GREEN value IS 177 (69.53% from 255) = 57.47%

 BLUE value IS 22 (8.98% from 255) = 7.14%

R = 35.39%
G = 57.47%
B = 7.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#6DB116 (or 0x6DB116) is known color: Christi. HEX triplet: 6D, B1 and 16. RGB value is (109,177,22). Sum of RGB (Red+Green+Blue) = 109+177+22=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 177 (69.53% from 255 or 57.47% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 177 - color contains mainly: green. Hex color #6DB116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DB116 is #924EE9. Grayscale: #8B8B8B. Windows color (decimal): -9588458 or 1487213. OLE color: 1487213.

HSL color Cylindrical-coordinate representation of color #6DB116: hue angle of 86.32º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6DB116 is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 109 177 22 -
CMYK 0.38 0 0.88 0.31
HSL 86.32º 0.78% 0.39% -
HSV(B) 86.32º 0.88% 0.69% -
XYZ 22.17 34.75 6.3 -
YUV 139 61.97 106.6 -
System Red Green Blue C M Y K H S L
Decimal 109 177 22 0.38 0 0.88 0.31 86.32 0.78 0.39
Hex 6D B1 16 26 0 58 1F 56 4E 27
Octal 155 261 26 46 0 130 37 126 116 47
Binary 1101101 10110001 10110 100110 0 1011000 11111 1010110 1001110 100111

Color Harmonies of #6DB116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB116

Black with #6DB116

Text Example


Text Example

White with #6DB116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,177,22); }

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

background-color css

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

 a { background-color: rgb(109,177,22); }

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

border-color css

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

 span { border-color: rgb(109,177,22); }

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