Shades of Christi #60B227
Tints of Christi #60B227
RGB
CMYK
RGB Variations
Color information
#60B227 (or 0x60B227) is known color: Christi. HEX triplet: 60, B2 and 27. RGB value is (96,178,39). Sum of RGB (Red+Green+Blue) = 96+178+39=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 178 (69.92% from 255 or 56.87% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 178 - color contains mainly: green. Hex color #60B227 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60B227 is #9F4DD8. Grayscale: #8A8A8A. Windows color (decimal): -10440153 or 2601568. OLE color: 2601568.
HSL color Cylindrical-coordinate representation of color #60B227: hue angle of 95.4º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60B227 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 178 | 39 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.30 |
| HSL | 95.4º | 0.64% | 0.43% | - |
| HSV(B) | 95.4º | 0.78% | 0.7% | - |
| XYZ | 21.11 | 34.47 | 7.46 | - |
| YUV | 137.64 | 72.33 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 178 | 39 | 0.46 | 0 | 0.78 | 0.30 | 95.4 | 0.64 | 0.43 |
| Hex | 60 | B2 | 27 | 2E | 0 | 4E | 1E | 5F | 40 | 2B |
| Octal | 140 | 262 | 47 | 56 | 0 | 116 | 36 | 137 | 100 | 53 |
| Binary | 1100000 | 10110010 | 100111 | 101110 | 0 | 1001110 | 11110 | 1011111 | 1000000 | 101011 |
Color Harmonies of #60B227
Complementary color
Monochromatic Colors of #60B227
Black with #60B227
Text Example
Text Example
White with #60B227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B227; }
p { color: rgb(96,178,39); }
H1.HeaderClassName
{
color: #60B227;
}
.AnyTagClassName
{
color: #60B227;
}
</style>
background-color css
<style>
a { background-color: #60B227; }
a { background-color: rgb(96,178,39); }
div.DivClassName
{
background-color: #60B227;
}
.BgClassName
{
background-color: #60B227;
}
</style>
border-color css
<style>
span { border-color: #60B227; }
span { border-color: rgb(96,178,39); }
td.TdClassName
{
border-color: #60B227;
}
.TagClassName
{
border-color: #60B227;
}
</style>