#CDED69

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

Shades of Mindaro #CDED69

Tints of Mindaro #CDED69

Color information

#CDED69 (or 0xCDED69) is unknown color: approx Mindaro. HEX triplet: CD, ED and 69. RGB value is (205,237,105). Sum of RGB (Red+Green+Blue) = 205+237+105=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 105 (41.41% from 255 or 19.20% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #CDED69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDED69 is #321296. Grayscale: #D4D4D4. Windows color (decimal): -3281559 or 6942157. OLE color: 6942157.

HSL color Cylindrical-coordinate representation of color #CDED69: hue angle of 74.55º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDED69 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB205237105-
CMYK0.1400.560.07
HSL74.55º78.57%67.06%-
HSV(B)74.55º55.7%92.94%-
XYZ58.0174.5724.7-
YUV212.3867.4122.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.48%
GREEN value IS 237 (92.97% from 255) = 43.33%
BLUE value IS 105 (41.41% from 255) = 19.20%
R=37.48%
G=43.33%
B=19.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052371050.1400.560.0774.5578.5767.06
HexCDED69E03874b4f43
Octal315355151160707113117103
Binary1100110111101101110100111100111000111100101110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDED69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDED69; }

 p { color: rgb(205,237,105); }

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

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

 a { background-color: rgb(205,237,105); }

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

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

 span { border-color: rgb(205,237,105); }

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