#6DB502

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

Shades of Christi #6DB502

Tints of Christi #6DB502

Color information

#6DB502 (or 0x6DB502) is unknown color: approx Christi. HEX triplet: 6D, B5 and 02. RGB value is (109,181,2). Sum of RGB (Red+Green+Blue) = 109+181+2=292 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.33% from 292); Green value is 181 (71.09% from 255 or 61.99% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 181 - color contains mainly: green. Hex color #6DB502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB502 is #924AFD. Grayscale: #8B8B8B. Windows color (decimal): -9587454 or 177517. OLE color: 177517.

HSL color Cylindrical-coordinate representation of color #6DB502: hue angle of 84.13º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6DB502 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB1091812-
CMYK0.4000.990.29
HSL84.13º97.81%35.88%-
HSV(B)84.13º98.9%70.98%-
XYZ22.8436.35.86-
YUV139.0750.65106.55-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.33%
GREEN value IS 181 (71.09% from 255) = 61.99%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=37.33%
G=61.99%
B=0.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal10918120.4000.990.2984.1397.8135.88
Hex6DB52280631D546224
Octal15526525001433512414244
Binary11011011011010110101000011000111110110101001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,181,2); }

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

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

 a { background-color: rgb(109,181,2); }

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

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

 span { border-color: rgb(109,181,2); }

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