Html Css Color HEX #6DA502 Christi

📋 copy color: '#6DA502'

red 109 ◦ green 165 ◦ blue 2

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

Shades of Christi #6DA502

Tints of Christi #6DA502

RGB

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

 GREEN value IS 165 (64.84% from 255) = 59.78%

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 39.49%
G = 59.78%
B = 0.72%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#6DA502 (or 0x6DA502) is known color: Christi. HEX triplet: 6D, A5 and 02. RGB value is (109,165,2). Sum of RGB (Red+Green+Blue) = 109+165+2=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 165 (64.84% from 255 or 59.78% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA502 is #925AFD. Grayscale: #828282. Windows color (decimal): -9591550 or 173421. OLE color: 173421.

HSL color Cylindrical-coordinate representation of color #6DA502: hue angle of 80.61º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6DA502 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 109 165 2 -
CMYK 0.34 0 0.99 0.35
HSL 80.61º 0.98% 0.33% -
HSV(B) 80.61º 0.99% 0.65% -
XYZ 19.77 30.17 4.84 -
YUV 129.67 55.95 113.25 -
System Red Green Blue C M Y K H S L
Decimal 109 165 2 0.34 0 0.99 0.35 80.61 0.98 0.33
Hex 6D A5 2 22 0 63 23 51 62 21
Octal 155 245 2 42 0 143 43 121 142 41
Binary 1101101 10100101 10 100010 0 1100011 100011 1010001 1100010 100001

Color Harmonies of #6DA502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA502

Black with #6DA502

Text Example


Text Example

White with #6DA502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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