#CDE567

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

Shades of Mindaro #CDE567

Tints of Mindaro #CDE567

Color information

#CDE567 (or 0xCDE567) is unknown color: approx Mindaro. HEX triplet: CD, E5 and 67. RGB value is (205,229,103). Sum of RGB (Red+Green+Blue) = 205+229+103=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 103 (40.62% from 255 or 19.18% from 537); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE567 is #321A98. Grayscale: #CFCFCF. Windows color (decimal): -3283609 or 6809037. OLE color: 6809037.

HSL color Cylindrical-coordinate representation of color #CDE567: hue angle of 71.43º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDE567 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB205229103-
CMYK0.1000.550.10
HSL71.43º70.79%65.1%-
HSV(B)71.43º55.02%89.8%-
XYZ55.647023.41-
YUV207.4669.05126.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 229 (89.84% from 255) = 42.64%
BLUE value IS 103 (40.62% from 255) = 19.18%
R=38.18%
G=42.64%
B=19.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052291030.1000.550.1071.4370.7965.1
HexCDE567A037A474741
Octal3153451471206712107107101
Binary11001101111001011100111101001101111010100011110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE567; }

 p { color: rgb(205,229,103); }

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

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

 a { background-color: rgb(205,229,103); }

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

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

 span { border-color: rgb(205,229,103); }

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