Shades of Inch Worm #CBE30C
Tints of Inch Worm #CBE30C
RGB
CMYK
RGB Variations
Color information
#CBE30C (or 0xCBE30C) is known color: Inch Worm. HEX triplet: CB, E3 and 0C. RGB value is (203,227,12). Sum of RGB (Red+Green+Blue) = 203+227+12=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 227 (89.06% from 255 or 51.36% from 442); Blue value is 12 (5.08% from 255 or 2.71% from 442); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE30C is #341CF3. Grayscale: #C4C4C4. Windows color (decimal): -3415284 or 844747. OLE color: 844747.
HSL color Cylindrical-coordinate representation of color #CBE30C: hue angle of 66.7º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBE30C is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 12 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.11 |
| HSL | 66.7º | 0.9% | 0.47% | - |
| HSV(B) | 66.7º | 0.95% | 0.89% | - |
| XYZ | 52.16 | 67.66 | 10.66 | - |
| YUV | 195.31 | 24.55 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 12 | 0.11 | 0 | 0.95 | 0.11 | 66.7 | 0.9 | 0.47 |
| Hex | CB | E3 | C | B | 0 | 5F | B | 43 | 5A | 2F |
| Octal | 313 | 343 | 14 | 13 | 0 | 137 | 13 | 103 | 132 | 57 |
| Binary | 11001011 | 11100011 | 1100 | 1011 | 0 | 1011111 | 1011 | 1000011 | 1011010 | 101111 |
Color Harmonies of #CBE30C
Complementary color
Monochromatic Colors of #CBE30C
Black with #CBE30C
Text Example
Text Example
White with #CBE30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE30C; }
p { color: rgb(203,227,12); }
H1.HeaderClassName
{
color: #CBE30C;
}
.AnyTagClassName
{
color: #CBE30C;
}
</style>
background-color css
<style>
a { background-color: #CBE30C; }
a { background-color: rgb(203,227,12); }
div.DivClassName
{
background-color: #CBE30C;
}
.BgClassName
{
background-color: #CBE30C;
}
</style>
border-color css
<style>
span { border-color: #CBE30C; }
span { border-color: rgb(203,227,12); }
td.TdClassName
{
border-color: #CBE30C;
}
.TagClassName
{
border-color: #CBE30C;
}
</style>