Html Css Color HEX #6CB500 Christi

📋 copy color: '#6CB500'

red 108 ◦ green 181 ◦ blue 0

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

Shades of Christi #6CB500

Tints of Christi #6CB500

RGB

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

 GREEN value IS 181 (71.09% from 255) = 62.63%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.37%
G = 62.63%
B = 0%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#6CB500 (or 0x6CB500) is known color: Christi. HEX triplet: 6C, B5 and 00. RGB value is (108,181,0). Sum of RGB (Red+Green+Blue) = 108+181+0=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 181 (71.09% from 255 or 62.63% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 181 - color contains mainly: green. Hex color #6CB500 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CB500 is #934AFF. Grayscale: #8B8B8B. Windows color (decimal): -9652992 or 46444. OLE color: 46444.

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

Color convert

RGB 108 181 0 -
CMYK 0.40 0 1 0.29
HSL 84.2º 1% 0.35% -
HSV(B) 84.2º 1% 0.71% -
XYZ 22.71 36.24 5.8 -
YUV 138.54 49.82 106.22 -
System Red Green Blue C M Y K H S L
Decimal 108 181 0 0.40 0 1 0.29 84.2 1 0.35
Hex 6C B5 0 28 0 64 1D 54 64 23
Octal 154 265 0 50 0 144 35 124 144 43
Binary 1101100 10110101 0 101000 0 1100100 11101 1010100 1100100 100011

Color Harmonies of #6CB500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB500

Black with #6CB500

Text Example


Text Example

White with #6CB500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,181,0); }

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

background-color css

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

 a { background-color: rgb(108,181,0); }

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

border-color css

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

 span { border-color: rgb(108,181,0); }

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