Html Css Color HEX #68C220 Christi

📋 copy color: '#68C220'

red 104 ◦ green 194 ◦ blue 32

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

Shades of Christi #68C220

Tints of Christi #68C220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 58.79%

 BLUE value IS 32 (12.89% from 255) = 9.7%

R = 31.52%
G = 58.79%
B = 9.7%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#68C220 (or 0x68C220) is known color: Christi. HEX triplet: 68, C2 and 20. RGB value is (104,194,32). Sum of RGB (Red+Green+Blue) = 104+194+32=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 194 (76.17% from 255 or 58.79% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 194 - color contains mainly: green. Hex color #68C220 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C220 is #973DDF. Grayscale: #959595. Windows color (decimal): -9911776 or 2146920. OLE color: 2146920.

HSL color Cylindrical-coordinate representation of color #68C220: hue angle of 93.33º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68C220 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 194 32 -
CMYK 0.46 0 0.84 0.24
HSL 93.33º 0.72% 0.44% -
HSV(B) 93.33º 0.84% 0.76% -
XYZ 25.26 41.63 8.07 -
YUV 148.62 62.18 96.17 -
System Red Green Blue C M Y K H S L
Decimal 104 194 32 0.46 0 0.84 0.24 93.33 0.72 0.44
Hex 68 C2 20 2E 0 54 18 5D 48 2C
Octal 150 302 40 56 0 124 30 135 110 54
Binary 1101000 11000010 100000 101110 0 1010100 11000 1011101 1001000 101100

Color Harmonies of #68C220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C220

Black with #68C220

Text Example


Text Example

White with #68C220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,194,32); }

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

background-color css

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

 a { background-color: rgb(104,194,32); }

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

border-color css

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

 span { border-color: rgb(104,194,32); }

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