Shades of Mindaro #CCED5D
Tints of Mindaro #CCED5D
RGB
CMYK
RGB Variations
Color information
#CCED5D (or 0xCCED5D) is known color: Mindaro. HEX triplet: CC, ED and 5D. RGB value is (204,237,93). Sum of RGB (Red+Green+Blue) = 204+237+93=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 93 (36.72% from 255 or 17.42% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED5D is #3312A2. Grayscale: #D3D3D3. Windows color (decimal): -3347107 or 6155724. OLE color: 6155724.
HSL color Cylindrical-coordinate representation of color #CCED5D: hue angle of 73.75º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCED5D is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 237 | 93 | - |
CMYK | 0.14 | 0 | 0.61 | 0.07 |
HSL | 73.75º | 0.8% | 0.65% | - |
HSV(B) | 73.75º | 0.61% | 0.93% | - |
XYZ | 57.16 | 74.2 | 21.66 | - |
YUV | 210.72 | 61.57 | 123.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 237 | 93 | 0.14 | 0 | 0.61 | 0.07 | 73.75 | 0.8 | 0.65 |
Hex | CC | ED | 5D | E | 0 | 3D | 7 | 4A | 50 | 41 |
Octal | 314 | 355 | 135 | 16 | 0 | 75 | 7 | 112 | 120 | 101 |
Binary | 11001100 | 11101101 | 1011101 | 1110 | 0 | 111101 | 111 | 1001010 | 1010000 | 1000001 |
Color Harmonies of #CCED5D
Complementary color
Monochromatic Colors of #CCED5D
Black with #CCED5D
Text Example
Text Example
White with #CCED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED5D; }
p { color: rgb(204,237,93); }
H1.HeaderClassName
{
color: #CCED5D;
}
.AnyTagClassName
{
color: #CCED5D;
}
</style>
background-color css
<style>
a { background-color: #CCED5D; }
a { background-color: rgb(204,237,93); }
div.DivClassName
{
background-color: #CCED5D;
}
.BgClassName
{
background-color: #CCED5D;
}
</style>
border-color css
<style>
span { border-color: #CCED5D; }
span { border-color: rgb(204,237,93); }
td.TdClassName
{
border-color: #CCED5D;
}
.TagClassName
{
border-color: #CCED5D;
}
</style>