#CDE465

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

Shades of Mindaro #CDE465

Tints of Mindaro #CDE465

Color information

#CDE465 (or 0xCDE465) is unknown color: approx Mindaro. HEX triplet: CD, E4 and 65. RGB value is (205,228,101). Sum of RGB (Red+Green+Blue) = 205+228+101=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE465 is #321B9A. Grayscale: #CFCFCF. Windows color (decimal): -3283867 or 6677709. OLE color: 6677709.

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

Color convert

RGB205228101-
CMYK0.1000.560.11
HSL70.87º70.17%64.51%-
HSV(B)70.87º55.7%89.41%-
XYZ55.2769.4122.8-
YUV206.6468.38126.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 228 (89.45% from 255) = 42.70%
BLUE value IS 101 (39.84% from 255) = 18.91%
R=38.39%
G=42.70%
B=18.91%

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
Decimal2052281010.1000.560.1170.8770.1764.51
HexCDE465A038B474641
Octal3153441451207013107106101
Binary11001101111001001100101101001110001011100011110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE465; }

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

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

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

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

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

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

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

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