#CCE465

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

Shades of Mindaro #CCE465

Tints of Mindaro #CCE465

Color information

#CCE465 (or 0xCCE465) is unknown color: approx Mindaro. HEX triplet: CC, E4 and 65. RGB value is (204,228,101). Sum of RGB (Red+Green+Blue) = 204+228+101=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE465 is #331B9A. Grayscale: #CECECE. Windows color (decimal): -3349403 or 6677708. OLE color: 6677708.

HSL color Cylindrical-coordinate representation of color #CCE465: hue angle of 71.34º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCE465 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB204228101-
CMYK0.1100.560.11
HSL71.34º70.17%64.51%-
HSV(B)71.34º55.7%89.41%-
XYZ54.9969.2622.78-
YUV206.3568.55126.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.27%
GREEN value IS 228 (89.45% from 255) = 42.78%
BLUE value IS 101 (39.84% from 255) = 18.95%
R=38.27%
G=42.78%
B=18.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042281010.1100.560.1171.3470.1764.51
HexCCE465B038B474641
Octal3143441451307013107106101
Binary11001100111001001100101101101110001011100011110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE465; }

 p { color: rgb(204,228,101); }

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

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

 a { background-color: rgb(204,228,101); }

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

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

 span { border-color: rgb(204,228,101); }

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