Shades of Mindaro #CBE769
Tints of Mindaro #CBE769
RGB
CMYK
RGB Variations
Color information
#CBE769 (or 0xCBE769) is known color: Mindaro. HEX triplet: CB, E7 and 69. RGB value is (203,231,105). Sum of RGB (Red+Green+Blue) = 203+231+105=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 231 (90.62% from 255 or 42.86% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE769 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE769 is #341896. Grayscale: #D0D0D0. Windows color (decimal): -3414167 or 6940619. OLE color: 6940619.
HSL color Cylindrical-coordinate representation of color #CBE769: hue angle of 73.33º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBE769 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 105 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.09 |
| HSL | 73.33º | 0.72% | 0.66% | - |
| HSV(B) | 73.33º | 0.55% | 0.91% | - |
| XYZ | 55.75 | 70.87 | 24.1 | - |
| YUV | 208.26 | 69.72 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 105 | 0.12 | 0 | 0.55 | 0.09 | 73.33 | 0.72 | 0.66 |
| Hex | CB | E7 | 69 | C | 0 | 37 | 9 | 49 | 48 | 42 |
| Octal | 313 | 347 | 151 | 14 | 0 | 67 | 11 | 111 | 110 | 102 |
| Binary | 11001011 | 11100111 | 1101001 | 1100 | 0 | 110111 | 1001 | 1001001 | 1001000 | 1000010 |
Color Harmonies of #CBE769
Complementary color
Monochromatic Colors of #CBE769
Black with #CBE769
Text Example
Text Example
White with #CBE769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE769; }
p { color: rgb(203,231,105); }
H1.HeaderClassName
{
color: #CBE769;
}
.AnyTagClassName
{
color: #CBE769;
}
</style>
background-color css
<style>
a { background-color: #CBE769; }
a { background-color: rgb(203,231,105); }
div.DivClassName
{
background-color: #CBE769;
}
.BgClassName
{
background-color: #CBE769;
}
</style>
border-color css
<style>
span { border-color: #CBE769; }
span { border-color: rgb(203,231,105); }
td.TdClassName
{
border-color: #CBE769;
}
.TagClassName
{
border-color: #CBE769;
}
</style>