Html Css Color HEX #6DC702 Christi

📋 copy color: '#6DC702'

red 109 ◦ green 199 ◦ blue 2

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

Shades of Christi #6DC702

Tints of Christi #6DC702

RGB

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

 GREEN value IS 199 (78.13% from 255) = 64.19%

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

R = 35.16%
G = 64.19%
B = 0.65%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#6DC702 (or 0x6DC702) is known color: Christi. HEX triplet: 6D, C7 and 02. RGB value is (109,199,2). Sum of RGB (Red+Green+Blue) = 109+199+2=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 199 (78.12% from 255 or 64.19% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 199 - color contains mainly: green. Hex color #6DC702 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC702 is #9238FD. Grayscale: #969696. Windows color (decimal): -9582846 or 182125. OLE color: 182125.

HSL color Cylindrical-coordinate representation of color #6DC702: hue angle of 87.41º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6DC702 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 109 199 2 -
CMYK 0.45 0 0.99 0.22
HSL 87.41º 0.98% 0.39% -
HSV(B) 87.41º 0.99% 0.78% -
XYZ 26.74 44.1 7.16 -
YUV 149.63 44.68 99.02 -
System Red Green Blue C M Y K H S L
Decimal 109 199 2 0.45 0 0.99 0.22 87.41 0.98 0.39
Hex 6D C7 2 2D 0 63 16 57 62 27
Octal 155 307 2 55 0 143 26 127 142 47
Binary 1101101 11000111 10 101101 0 1100011 10110 1010111 1100010 100111

Color Harmonies of #6DC702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC702

Black with #6DC702

Text Example


Text Example

White with #6DC702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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