Shades of Mindaro #CBED63
Tints of Mindaro #CBED63
RGB
CMYK
RGB Variations
Color information
#CBED63 (or 0xCBED63) is known color: Mindaro. HEX triplet: CB, ED and 63. RGB value is (203,237,99). Sum of RGB (Red+Green+Blue) = 203+237+99=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 99 (39.06% from 255 or 18.37% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBED63 is #34129C. Grayscale: #D3D3D3. Windows color (decimal): -3412637 or 6548939. OLE color: 6548939.
HSL color Cylindrical-coordinate representation of color #CBED63: hue angle of 74.78º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBED63 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 99 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.07 |
| HSL | 74.78º | 0.79% | 0.66% | - |
| HSV(B) | 74.78º | 0.58% | 0.93% | - |
| XYZ | 57.16 | 74.17 | 23.11 | - |
| YUV | 211.1 | 64.74 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 99 | 0.14 | 0 | 0.58 | 0.07 | 74.78 | 0.79 | 0.66 |
| Hex | CB | ED | 63 | E | 0 | 3A | 7 | 4B | 4F | 42 |
| Octal | 313 | 355 | 143 | 16 | 0 | 72 | 7 | 113 | 117 | 102 |
| Binary | 11001011 | 11101101 | 1100011 | 1110 | 0 | 111010 | 111 | 1001011 | 1001111 | 1000010 |
Color Harmonies of #CBED63
Complementary color
Monochromatic Colors of #CBED63
Black with #CBED63
Text Example
Text Example
White with #CBED63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBED63; }
p { color: rgb(203,237,99); }
H1.HeaderClassName
{
color: #CBED63;
}
.AnyTagClassName
{
color: #CBED63;
}
</style>
background-color css
<style>
a { background-color: #CBED63; }
a { background-color: rgb(203,237,99); }
div.DivClassName
{
background-color: #CBED63;
}
.BgClassName
{
background-color: #CBED63;
}
</style>
border-color css
<style>
span { border-color: #CBED63; }
span { border-color: rgb(203,237,99); }
td.TdClassName
{
border-color: #CBED63;
}
.TagClassName
{
border-color: #CBED63;
}
</style>