Shades of Barberry #CFDE10
Tints of Barberry #CFDE10
RGB
CMYK
RGB Variations
Color information
#CFDE10 (or 0xCFDE10) is known color: Barberry. HEX triplet: CF, DE and 10. RGB value is (207,222,16). Sum of RGB (Red+Green+Blue) = 207+222+16=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 222 (87.11% from 255 or 49.89% from 445); Blue value is 16 (6.64% from 255 or 3.60% from 445); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDE10 is #3021EF. Grayscale: #C2C2C2. Windows color (decimal): -3154416 or 1105615. OLE color: 1105615.
HSL color Cylindrical-coordinate representation of color #CFDE10: hue angle of 64.37º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFDE10 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 16 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.13 |
| HSL | 64.37º | 0.87% | 0.47% | - |
| HSV(B) | 64.37º | 0.93% | 0.87% | - |
| XYZ | 51.95 | 65.55 | 10.4 | - |
| YUV | 194.03 | 27.53 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 16 | 0.07 | 0 | 0.93 | 0.13 | 64.37 | 0.87 | 0.47 |
| Hex | CF | DE | 10 | 7 | 0 | 5D | D | 40 | 57 | 2F |
| Octal | 317 | 336 | 20 | 7 | 0 | 135 | 15 | 100 | 127 | 57 |
| Binary | 11001111 | 11011110 | 10000 | 111 | 0 | 1011101 | 1101 | 1000000 | 1010111 | 101111 |
Color Harmonies of #CFDE10
Complementary color
Monochromatic Colors of #CFDE10
Black with #CFDE10
Text Example
Text Example
White with #CFDE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE10; }
p { color: rgb(207,222,16); }
H1.HeaderClassName
{
color: #CFDE10;
}
.AnyTagClassName
{
color: #CFDE10;
}
</style>
background-color css
<style>
a { background-color: #CFDE10; }
a { background-color: rgb(207,222,16); }
div.DivClassName
{
background-color: #CFDE10;
}
.BgClassName
{
background-color: #CFDE10;
}
</style>
border-color css
<style>
span { border-color: #CFDE10; }
span { border-color: rgb(207,222,16); }
td.TdClassName
{
border-color: #CFDE10;
}
.TagClassName
{
border-color: #CFDE10;
}
</style>