Shades of Celery #AFC438
Tints of Celery #AFC438
RGB
CMYK
RGB Variations
Color information
#AFC438 (or 0xAFC438) is known color: Celery. HEX triplet: AF, C4 and 38. RGB value is (175,196,56). Sum of RGB (Red+Green+Blue) = 175+196+56=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 56 (22.27% from 255 or 13.11% from 427); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC438 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC438 is #503BC7. Grayscale: #AEAEAE. Windows color (decimal): -5258184 or 3720367. OLE color: 3720367.
HSL color Cylindrical-coordinate representation of color #AFC438: hue angle of 69º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFC438 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 56 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.23 |
| HSL | 69º | 0.56% | 0.49% | - |
| HSV(B) | 69º | 0.71% | 0.77% | - |
| XYZ | 38.13 | 48.88 | 11.17 | - |
| YUV | 173.76 | 61.54 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 56 | 0.11 | 0 | 0.71 | 0.23 | 69 | 0.56 | 0.49 |
| Hex | AF | C4 | 38 | B | 0 | 47 | 17 | 45 | 38 | 31 |
| Octal | 257 | 304 | 70 | 13 | 0 | 107 | 27 | 105 | 70 | 61 |
| Binary | 10101111 | 11000100 | 111000 | 1011 | 0 | 1000111 | 10111 | 1000101 | 111000 | 110001 |
Color Harmonies of #AFC438
Complementary color
Monochromatic Colors of #AFC438
Black with #AFC438
Text Example
Text Example
White with #AFC438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC438; }
p { color: rgb(175,196,56); }
H1.HeaderClassName
{
color: #AFC438;
}
.AnyTagClassName
{
color: #AFC438;
}
</style>
background-color css
<style>
a { background-color: #AFC438; }
a { background-color: rgb(175,196,56); }
div.DivClassName
{
background-color: #AFC438;
}
.BgClassName
{
background-color: #AFC438;
}
</style>
border-color css
<style>
span { border-color: #AFC438; }
span { border-color: rgb(175,196,56); }
td.TdClassName
{
border-color: #AFC438;
}
.TagClassName
{
border-color: #AFC438;
}
</style>