Html Css Color HEX #68B500 Christi

📋 copy color: '#68B500'

red 104 ◦ green 181 ◦ blue 0

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

Shades of Christi #68B500

Tints of Christi #68B500

RGB

 RED value IS 104 (41.02% from 255) = 36.49%

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

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

R = 36.49%
G = 63.51%
B = 0%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#68B500 (or 0x68B500) is known color: Christi. HEX triplet: 68, B5 and 00. RGB value is (104,181,0). Sum of RGB (Red+Green+Blue) = 104+181+0=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 181 (71.09% from 255 or 63.51% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 181 - color contains mainly: green. Hex color #68B500 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B500 is #974AFF. Grayscale: #898989. Windows color (decimal): -9915136 or 46440. OLE color: 46440.

HSL color Cylindrical-coordinate representation of color #68B500: hue angle of 85.52º 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 #68B500 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 104 181 0 -
CMYK 0.43 0 1 0.29
HSL 85.52º 1% 0.35% -
HSV(B) 85.52º 1% 0.71% -
XYZ 22.23 35.99 5.78 -
YUV 137.34 50.49 104.22 -
System Red Green Blue C M Y K H S L
Decimal 104 181 0 0.43 0 1 0.29 85.52 1 0.35
Hex 68 B5 0 2B 0 64 1D 56 64 23
Octal 150 265 0 53 0 144 35 126 144 43
Binary 1101000 10110101 0 101011 0 1100100 11101 1010110 1100100 100011

Color Harmonies of #68B500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B500

Black with #68B500

Text Example


Text Example

White with #68B500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68B500; }

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

 H1.HeaderClassName
 {
   color: #68B500;
 }
 .AnyTagClassName
 {
   color: #68B500;
 }
</style>

background-color css

<style>
 a { background-color: #68B500; }

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

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

border-color css

<style>
 span { border-color: #68B500; }

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

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