#CCEB56

Color #CCEB56 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #CCEB56

Tints of Mindaro #CCEB56

Color information

#CCEB56 (or 0xCCEB56) is unknown color: approx Mindaro. HEX triplet: CC, EB and 56. RGB value is (204,235,86). Sum of RGB (Red+Green+Blue) = 204+235+86=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 235 (92.19% from 255 or 44.76% from 525); Blue value is 86 (33.98% from 255 or 16.38% from 525); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEB56 is #3314A9. Grayscale: #D1D1D1. Windows color (decimal): -3347626 or 5696460. OLE color: 5696460.

HSL color Cylindrical-coordinate representation of color #CCEB56: hue angle of 72.48º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCEB56 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB20423586-
CMYK0.1300.630.08
HSL72.48º78.84%62.94%-
HSV(B)72.48º63.4%92.16%-
XYZ56.2972.9319.91-
YUV208.7458.73124.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 235 (92.19% from 255) = 44.76%
BLUE value IS 86 (33.98% from 255) = 16.38%
R=38.86%
G=44.76%
B=16.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal204235860.1300.630.0872.4878.8462.94
HexCCEB56D03F8484f3f
Octal314353126150771011011777
Binary1100110011101011101011011010111111100010010001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEB56; }

 p { color: rgb(204,235,86); }

 H1.HeaderClassName
 {
   color: #CCEB56;
 }
 .AnyTagClassName
 {
   color: #CCEB56;
 }
</style>
background-color css

<style>
 a { background-color: #CCEB56; }

 a { background-color: rgb(204,235,86); }

 div.DivClassName
 {
   background-color: #CCEB56;
 }
 .BgClassName
 {
   background-color: #CCEB56;
 }
</style>
border-color css

<style>
 span { border-color: #CCEB56; }

 span { border-color: rgb(204,235,86); }

 td.TdClassName
 {
   border-color: #CCEB56;
 }
 .TagClassName
 {
   border-color: #CCEB56;
 }
</style>