Html Css Color HEX #6CC00D Christi

📋 copy color: '#6CC00D'

red 108 ◦ green 192 ◦ blue 13

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

Shades of Christi #6CC00D

Tints of Christi #6CC00D

RGB

 RED value IS 108 (42.58% from 255) = 34.5%

 GREEN value IS 192 (75.39% from 255) = 61.34%

 BLUE value IS 13 (5.47% from 255) = 4.15%

R = 34.5%
G = 61.34%
B = 4.15%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#6CC00D (or 0x6CC00D) is known color: Christi. HEX triplet: 6C, C0 and 0D. RGB value is (108,192,13). Sum of RGB (Red+Green+Blue) = 108+192+13=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC00D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC00D is #933FF2. Grayscale: #939393. Windows color (decimal): -9650163 or 901228. OLE color: 901228.

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

Color convert

RGB 108 192 13 -
CMYK 0.44 0 0.93 0.25
HSL 88.16º 0.87% 0.4% -
HSV(B) 88.16º 0.93% 0.75% -
XYZ 25.11 40.92 6.96 -
YUV 146.48 52.67 100.55 -
System Red Green Blue C M Y K H S L
Decimal 108 192 13 0.44 0 0.93 0.25 88.16 0.87 0.4
Hex 6C C0 D 2C 0 5D 19 58 57 28
Octal 154 300 15 54 0 135 31 130 127 50
Binary 1101100 11000000 1101 101100 0 1011101 11001 1011000 1010111 101000

Color Harmonies of #6CC00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC00D

Black with #6CC00D

Text Example


Text Example

White with #6CC00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,192,13); }

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

background-color css

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

 a { background-color: rgb(108,192,13); }

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

border-color css

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

 span { border-color: rgb(108,192,13); }

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