#CEE465

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

Shades of Mindaro #CEE465

Tints of Mindaro #CEE465

Color information

#CEE465 (or 0xCEE465) is unknown color: approx Mindaro. HEX triplet: CE, E4 and 65. RGB value is (206,228,101). Sum of RGB (Red+Green+Blue) = 206+228+101=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE465 is #311B9A. Grayscale: #CFCFCF. Windows color (decimal): -3218331 or 6677710. OLE color: 6677710.

HSL color Cylindrical-coordinate representation of color #CEE465: hue angle of 70.39º 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 #CEE465 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB206228101-
CMYK0.1000.560.11
HSL70.39º70.17%64.51%-
HSV(B)70.39º55.7%89.41%-
XYZ55.5569.5522.81-
YUV206.9468.21127.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.50%
GREEN value IS 228 (89.45% from 255) = 42.62%
BLUE value IS 101 (39.84% from 255) = 18.88%
R=38.50%
G=42.62%
B=18.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062281010.1000.560.1170.3970.1764.51
HexCEE465A038B464641
Octal3163441451207013106106101
Binary11001110111001001100101101001110001011100011010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE465; }

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

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

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

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

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

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

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

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