#CCEB64

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

Shades of Mindaro #CCEB64

Tints of Mindaro #CCEB64

Color information

#CCEB64 (or 0xCCEB64) is unknown color: approx Mindaro. HEX triplet: CC, EB and 64. RGB value is (204,235,100). Sum of RGB (Red+Green+Blue) = 204+235+100=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEB64 is #33149B. Grayscale: #D2D2D2. Windows color (decimal): -3347612 or 6613964. OLE color: 6613964.

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

Color convert

RGB204235100-
CMYK0.1300.570.08
HSL73.78º77.14%65.69%-
HSV(B)73.78º57.45%92.16%-
XYZ56.9173.1723.18-
YUV210.3465.73123.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 235 (92.19% from 255) = 43.60%
BLUE value IS 100 (39.45% from 255) = 18.55%
R=37.85%
G=43.60%
B=18.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042351000.1300.570.0873.7877.1465.69
HexCCEB64D03984a4d42
Octal3143531441507110112115102
Binary11001100111010111100100110101110011000100101010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEB64; }

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

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

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

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

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

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

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

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