#CDE954

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

Shades of Mindaro #CDE954

Tints of Mindaro #CDE954

Color information

#CDE954 (or 0xCDE954) is unknown color: approx Mindaro. HEX triplet: CD, E9 and 54. RGB value is (205,233,84). Sum of RGB (Red+Green+Blue) = 205+233+84=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 233 (91.41% from 255 or 44.64% from 522); Blue value is 84 (33.20% from 255 or 16.09% from 522); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE954 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE954 is #3216AB. Grayscale: #D0D0D0. Windows color (decimal): -3282604 or 5564877. OLE color: 5564877.

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

Color convert

RGB20523384-
CMYK0.1200.640.09
HSL71.28º77.2%62.16%-
HSV(B)71.28º63.95%91.37%-
XYZ55.9271.919.32-
YUV207.6458.22126.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 233 (91.41% from 255) = 44.64%
BLUE value IS 84 (33.20% from 255) = 16.09%
R=39.27%
G=44.64%
B=16.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal205233840.1200.640.0971.2877.262.16
HexCDE954C0409474d3e
Octal3153511241401001110711576
Binary11001101111010011010100110001000000100110001111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE954; }

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

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

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

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

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

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

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

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