Shades of Christi #6BCA1F
Tints of Christi #6BCA1F
RGB
CMYK
RGB Variations
Color information
#6BCA1F (or 0x6BCA1F) is known color: Christi. HEX triplet: 6B, CA and 1F. RGB value is (107,202,31). Sum of RGB (Red+Green+Blue) = 107+202+31=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 202 (79.30% from 255 or 59.41% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCA1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BCA1F is #9435E0. Grayscale: #9A9A9A. Windows color (decimal): -9713121 or 2083435. OLE color: 2083435.
HSL color Cylindrical-coordinate representation of color #6BCA1F: hue angle of 93.33º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6BCA1F is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 202 | 31 | - |
| CMYK | 0.47 | 0 | 0.85 | 0.21 |
| HSL | 93.33º | 0.73% | 0.46% | - |
| HSV(B) | 93.33º | 0.85% | 0.79% | - |
| XYZ | 27.43 | 45.47 | 8.63 | - |
| YUV | 154.1 | 58.53 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 202 | 31 | 0.47 | 0 | 0.85 | 0.21 | 93.33 | 0.73 | 0.46 |
| Hex | 6B | CA | 1F | 2F | 0 | 55 | 15 | 5D | 49 | 2E |
| Octal | 153 | 312 | 37 | 57 | 0 | 125 | 25 | 135 | 111 | 56 |
| Binary | 1101011 | 11001010 | 11111 | 101111 | 0 | 1010101 | 10101 | 1011101 | 1001001 | 101110 |
Color Harmonies of #6BCA1F
Complementary color
Monochromatic Colors of #6BCA1F
Black with #6BCA1F
Text Example
Text Example
White with #6BCA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCA1F; }
p { color: rgb(107,202,31); }
H1.HeaderClassName
{
color: #6BCA1F;
}
.AnyTagClassName
{
color: #6BCA1F;
}
</style>
background-color css
<style>
a { background-color: #6BCA1F; }
a { background-color: rgb(107,202,31); }
div.DivClassName
{
background-color: #6BCA1F;
}
.BgClassName
{
background-color: #6BCA1F;
}
</style>
border-color css
<style>
span { border-color: #6BCA1F; }
span { border-color: rgb(107,202,31); }
td.TdClassName
{
border-color: #6BCA1F;
}
.TagClassName
{
border-color: #6BCA1F;
}
</style>