Shades of Conifer #CDEF50
Tints of Conifer #CDEF50
RGB
CMYK
RGB Variations
Color information
#CDEF50 (or 0xCDEF50) is known color: Conifer. HEX triplet: CD, EF and 50. RGB value is (205,239,80). Sum of RGB (Red+Green+Blue) = 205+239+80=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 80 (31.64% from 255 or 15.27% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF50 is #3210AF. Grayscale: #D3D3D3. Windows color (decimal): -3281072 or 5304269. OLE color: 5304269.
HSL color Cylindrical-coordinate representation of color #CDEF50: hue angle of 72.83º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDEF50 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 80 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.06 |
| HSL | 72.83º | 0.83% | 0.63% | - |
| HSV(B) | 72.83º | 0.67% | 0.94% | - |
| XYZ | 57.49 | 75.29 | 19.09 | - |
| YUV | 210.71 | 54.24 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 80 | 0.14 | 0 | 0.67 | 0.06 | 72.83 | 0.83 | 0.63 |
| Hex | CD | EF | 50 | E | 0 | 43 | 6 | 49 | 53 | 3F |
| Octal | 315 | 357 | 120 | 16 | 0 | 103 | 6 | 111 | 123 | 77 |
| Binary | 11001101 | 11101111 | 1010000 | 1110 | 0 | 1000011 | 110 | 1001001 | 1010011 | 111111 |
Color Harmonies of #CDEF50
Complementary color
Monochromatic Colors of #CDEF50
Black with #CDEF50
Text Example
Text Example
White with #CDEF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF50; }
p { color: rgb(205,239,80); }
H1.HeaderClassName
{
color: #CDEF50;
}
.AnyTagClassName
{
color: #CDEF50;
}
</style>
background-color css
<style>
a { background-color: #CDEF50; }
a { background-color: rgb(205,239,80); }
div.DivClassName
{
background-color: #CDEF50;
}
.BgClassName
{
background-color: #CDEF50;
}
</style>
border-color css
<style>
span { border-color: #CDEF50; }
span { border-color: rgb(205,239,80); }
td.TdClassName
{
border-color: #CDEF50;
}
.TagClassName
{
border-color: #CDEF50;
}
</style>