#CDE069

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

Shades of Mindaro #CDE069

Tints of Mindaro #CDE069

Color information

#CDE069 (or 0xCDE069) is unknown color: approx Mindaro. HEX triplet: CD, E0 and 69. RGB value is (205,224,105). Sum of RGB (Red+Green+Blue) = 205+224+105=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE069 is #321F96. Grayscale: #CDCDCD. Windows color (decimal): -3284887 or 6938829. OLE color: 6938829.

HSL color Cylindrical-coordinate representation of color #CDE069: hue angle of 69.58º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDE069 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB205224105-
CMYK0.0800.530.12
HSL69.58º65.75%64.51%-
HSV(B)69.58º53.12%87.84%-
XYZ54.3867.3123.49-
YUV204.7571.71128.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 224 (87.89% from 255) = 41.95%
BLUE value IS 105 (41.41% from 255) = 19.66%
R=38.39%
G=41.95%
B=19.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052241050.0800.530.1269.5865.7564.51
HexCDE0698035C464241
Octal3153401511006514106102101
Binary11001101111000001101001100001101011100100011010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE069; }

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

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

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

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

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

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

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

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