#CDE956

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

Shades of Mindaro #CDE956

Tints of Mindaro #CDE956

Color information

#CDE956 (or 0xCDE956) is unknown color: approx Mindaro. HEX triplet: CD, E9 and 56. RGB value is (205,233,86). Sum of RGB (Red+Green+Blue) = 205+233+86=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 86 (33.98% from 255 or 16.41% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE956 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE956 is #3216A9. Grayscale: #D0D0D0. Windows color (decimal): -3282602 or 5695949. OLE color: 5695949.

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

Color convert

RGB20523386-
CMYK0.1200.630.09
HSL71.43º76.96%62.55%-
HSV(B)71.43º63.09%91.37%-
XYZ5671.9319.74-
YUV207.8759.22125.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 233 (91.41% from 255) = 44.47%
BLUE value IS 86 (33.98% from 255) = 16.41%
R=39.12%
G=44.47%
B=16.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal205233860.1200.630.0971.4376.9662.55
HexCDE956C03F9474d3f
Octal315351126140771110711577
Binary1100110111101001101011011000111111100110001111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE956; }

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

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

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

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

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

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

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

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