#6DBF19

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

Shades of Christi #6DBF19

Tints of Christi #6DBF19

Color information

#6DBF19 (or 0x6DBF19) is unknown color: approx Christi. HEX triplet: 6D, BF and 19. RGB value is (109,191,25). Sum of RGB (Red+Green+Blue) = 109+191+25=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 191 (75% from 255 or 58.77% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 191 - color contains mainly: green. Hex color #6DBF19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBF19 is #9240E6. Grayscale: #949494. Windows color (decimal): -9584871 or 1687405. OLE color: 1687405.

HSL color Cylindrical-coordinate representation of color #6DBF19: hue angle of 89.64º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6DBF19 is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB10919125-
CMYK0.4300.870.25
HSL89.64º76.85%42.35%-
HSV(B)89.64º86.91%74.9%-
XYZ25.1140.587.43-
YUV147.5658.83100.5-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.54%
GREEN value IS 191 (75% from 255) = 58.77%
BLUE value IS 25 (10.16% from 255) = 7.69%
R=33.54%
G=58.77%
B=7.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109191250.4300.870.2589.6476.8542.35
Hex6DBF192B057195a4d2a
Octal155277315301273113211552
Binary11011011011111111001101011010101111100110110101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBF19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,191,25); }

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

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

 a { background-color: rgb(109,191,25); }

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

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

 span { border-color: rgb(109,191,25); }

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