#CDE969

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

Shades of Mindaro #CDE969

Tints of Mindaro #CDE969

Color information

#CDE969 (or 0xCDE969) is unknown color: approx Mindaro. HEX triplet: CD, E9 and 69. RGB value is (205,233,105). Sum of RGB (Red+Green+Blue) = 205+233+105=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 105 (41.41% from 255 or 19.34% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE969 is #321696. Grayscale: #D2D2D2. Windows color (decimal): -3282583 or 6941133. OLE color: 6941133.

HSL color Cylindrical-coordinate representation of color #CDE969: hue angle of 73.12º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDE969 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB205233105-
CMYK0.1200.550.09
HSL73.12º74.42%66.27%-
HSV(B)73.12º54.94%91.37%-
XYZ56.8772.2824.32-
YUV210.0468.72124.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.75%
GREEN value IS 233 (91.41% from 255) = 42.91%
BLUE value IS 105 (41.41% from 255) = 19.34%
R=37.75%
G=42.91%
B=19.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052331050.1200.550.0973.1274.4266.27
HexCDE969C0379494a42
Octal3153511511406711111112102
Binary11001101111010011101001110001101111001100100110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE969; }

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

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

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

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

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

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

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

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