Shades of Mindaro #CCEF5C
Tints of Mindaro #CCEF5C
RGB
CMYK
RGB Variations
Color information
#CCEF5C (or 0xCCEF5C) is known color: Mindaro. HEX triplet: CC, EF and 5C. RGB value is (204,239,92). Sum of RGB (Red+Green+Blue) = 204+239+92=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 92 (36.33% from 255 or 17.20% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEF5C is #3310A3. Grayscale: #D4D4D4. Windows color (decimal): -3346596 or 6090700. OLE color: 6090700.
HSL color Cylindrical-coordinate representation of color #CCEF5C: hue angle of 74.29º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCEF5C is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 239 | 92 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.06 |
| HSL | 74.29º | 0.82% | 0.65% | - |
| HSV(B) | 74.29º | 0.62% | 0.94% | - |
| XYZ | 57.7 | 75.34 | 21.63 | - |
| YUV | 211.78 | 60.4 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 239 | 92 | 0.15 | 0 | 0.62 | 0.06 | 74.29 | 0.82 | 0.65 |
| Hex | CC | EF | 5C | F | 0 | 3E | 6 | 4A | 52 | 41 |
| Octal | 314 | 357 | 134 | 17 | 0 | 76 | 6 | 112 | 122 | 101 |
| Binary | 11001100 | 11101111 | 1011100 | 1111 | 0 | 111110 | 110 | 1001010 | 1010010 | 1000001 |
Color Harmonies of #CCEF5C
Complementary color
Monochromatic Colors of #CCEF5C
Black with #CCEF5C
Text Example
Text Example
White with #CCEF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEF5C; }
p { color: rgb(204,239,92); }
H1.HeaderClassName
{
color: #CCEF5C;
}
.AnyTagClassName
{
color: #CCEF5C;
}
</style>
background-color css
<style>
a { background-color: #CCEF5C; }
a { background-color: rgb(204,239,92); }
div.DivClassName
{
background-color: #CCEF5C;
}
.BgClassName
{
background-color: #CCEF5C;
}
</style>
border-color css
<style>
span { border-color: #CCEF5C; }
span { border-color: rgb(204,239,92); }
td.TdClassName
{
border-color: #CCEF5C;
}
.TagClassName
{
border-color: #CCEF5C;
}
</style>