#6DC913

Color #6DC913 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6DC913

Tints of Christi #6DC913

Color information

#6DC913 (or 0x6DC913) is unknown color: approx Christi. HEX triplet: 6D, C9 and 13. RGB value is (109,201,19). Sum of RGB (Red+Green+Blue) = 109+201+19=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 201 (78.91% from 255 or 61.09% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 201 - color contains mainly: green. Hex color #6DC913 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC913 is #9236EC. Grayscale: #999999. Windows color (decimal): -9582317 or 1296749. OLE color: 1296749.

HSL color Cylindrical-coordinate representation of color #6DC913: hue angle of 90.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6DC913 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB10920119-
CMYK0.4600.910.21
HSL90.33º82.73%43.14%-
HSV(B)90.33º90.55%78.82%-
XYZ27.3145.077.88-
YUV152.7452.5296.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.13%
GREEN value IS 201 (78.91% from 255) = 61.09%
BLUE value IS 19 (7.81% from 255) = 5.78%
R=33.13%
G=61.09%
B=5.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal109201190.4600.910.2190.3382.7343.14
Hex6DC9132E05B155a532b
Octal155311235601332513212353
Binary11011011100100110011101110010110111010110110101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,201,19); }

 H1.HeaderClassName
 {
   color: #6DC913;
 }
 .AnyTagClassName
 {
   color: #6DC913;
 }
</style>
background-color css

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

 a { background-color: rgb(109,201,19); }

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

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

 span { border-color: rgb(109,201,19); }

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