#6DBE20

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

Shades of Christi #6DBE20

Tints of Christi #6DBE20

Color information

#6DBE20 (or 0x6DBE20) is unknown color: approx Christi. HEX triplet: 6D, BE and 20. RGB value is (109,190,32). Sum of RGB (Red+Green+Blue) = 109+190+32=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 190 (74.61% from 255 or 57.40% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 190 - color contains mainly: green. Hex color #6DBE20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBE20 is #9241DF. Grayscale: #949494. Windows color (decimal): -9585120 or 2145901. OLE color: 2145901.

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

Color convert

RGB10919032-
CMYK0.4300.830.25
HSL90.76º71.17%43.53%-
HSV(B)90.76º83.16%74.51%-
XYZ24.9840.187.81-
YUV147.7762.66100.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.93%
GREEN value IS 190 (74.61% from 255) = 57.40%
BLUE value IS 32 (12.89% from 255) = 9.67%
R=32.93%
G=57.40%
B=9.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109190320.4300.830.2590.7671.1743.53
Hex6DBE202B053195b472c
Octal155276405301233113310754
Binary110110110111110100000101011010100111100110110111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBE20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,190,32); }

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

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

 a { background-color: rgb(109,190,32); }

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

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

 span { border-color: rgb(109,190,32); }

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