Shades of Mindaro #CAEF58
Tints of Mindaro #CAEF58
RGB
CMYK
RGB Variations
Color information
#CAEF58 (or 0xCAEF58) is known color: Mindaro. HEX triplet: CA, EF and 58. RGB value is (202,239,88). Sum of RGB (Red+Green+Blue) = 202+239+88=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 88 (34.77% from 255 or 16.64% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEF58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEF58 is #3510A7. Grayscale: #D3D3D3. Windows color (decimal): -3477672 or 5828554. OLE color: 5828554.
HSL color Cylindrical-coordinate representation of color #CAEF58: hue angle of 74.7º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAEF58 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 239 | 88 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.06 |
| HSL | 74.7º | 0.83% | 0.64% | - |
| HSV(B) | 74.7º | 0.63% | 0.94% | - |
| XYZ | 56.99 | 74.99 | 20.7 | - |
| YUV | 210.72 | 58.74 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 239 | 88 | 0.15 | 0 | 0.63 | 0.06 | 74.7 | 0.83 | 0.64 |
| Hex | CA | EF | 58 | F | 0 | 3F | 6 | 4B | 53 | 40 |
| Octal | 312 | 357 | 130 | 17 | 0 | 77 | 6 | 113 | 123 | 100 |
| Binary | 11001010 | 11101111 | 1011000 | 1111 | 0 | 111111 | 110 | 1001011 | 1010011 | 1000000 |
Color Harmonies of #CAEF58
Complementary color
Monochromatic Colors of #CAEF58
Black with #CAEF58
Text Example
Text Example
White with #CAEF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEF58; }
p { color: rgb(202,239,88); }
H1.HeaderClassName
{
color: #CAEF58;
}
.AnyTagClassName
{
color: #CAEF58;
}
</style>
background-color css
<style>
a { background-color: #CAEF58; }
a { background-color: rgb(202,239,88); }
div.DivClassName
{
background-color: #CAEF58;
}
.BgClassName
{
background-color: #CAEF58;
}
</style>
border-color css
<style>
span { border-color: #CAEF58; }
span { border-color: rgb(202,239,88); }
td.TdClassName
{
border-color: #CAEF58;
}
.TagClassName
{
border-color: #CAEF58;
}
</style>