Shades of Conifer #AFE33D
Tints of Conifer #AFE33D
RGB
CMYK
RGB Variations
Color information
#AFE33D (or 0xAFE33D) is known color: Conifer. HEX triplet: AF, E3 and 3D. RGB value is (175,227,61). Sum of RGB (Red+Green+Blue) = 175+227+61=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 227 (89.06% from 255 or 49.03% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE33D is #501CC2. Grayscale: #C1C1C1. Windows color (decimal): -5250243 or 4055983. OLE color: 4055983.
HSL color Cylindrical-coordinate representation of color #AFE33D: hue angle of 78.8º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFE33D is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 61 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.11 |
| HSL | 78.8º | 0.75% | 0.56% | - |
| HSV(B) | 78.8º | 0.73% | 0.89% | - |
| XYZ | 45.99 | 64.39 | 14.42 | - |
| YUV | 192.53 | 53.77 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 61 | 0.23 | 0 | 0.73 | 0.11 | 78.8 | 0.75 | 0.56 |
| Hex | AF | E3 | 3D | 17 | 0 | 49 | B | 4F | 4B | 38 |
| Octal | 257 | 343 | 75 | 27 | 0 | 111 | 13 | 117 | 113 | 70 |
| Binary | 10101111 | 11100011 | 111101 | 10111 | 0 | 1001001 | 1011 | 1001111 | 1001011 | 111000 |
Color Harmonies of #AFE33D
Complementary color
Monochromatic Colors of #AFE33D
Black with #AFE33D
Text Example
Text Example
White with #AFE33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE33D; }
p { color: rgb(175,227,61); }
H1.HeaderClassName
{
color: #AFE33D;
}
.AnyTagClassName
{
color: #AFE33D;
}
</style>
background-color css
<style>
a { background-color: #AFE33D; }
a { background-color: rgb(175,227,61); }
div.DivClassName
{
background-color: #AFE33D;
}
.BgClassName
{
background-color: #AFE33D;
}
</style>
border-color css
<style>
span { border-color: #AFE33D; }
span { border-color: rgb(175,227,61); }
td.TdClassName
{
border-color: #AFE33D;
}
.TagClassName
{
border-color: #AFE33D;
}
</style>