#CDED5E

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

Shades of Mindaro #CDED5E

Tints of Mindaro #CDED5E

Color information

#CDED5E (or 0xCDED5E) is unknown color: approx Mindaro. HEX triplet: CD, ED and 5E. RGB value is (205,237,94). Sum of RGB (Red+Green+Blue) = 205+237+94=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 94 (37.11% from 255 or 17.54% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #CDED5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDED5E is #3212A1. Grayscale: #D3D3D3. Windows color (decimal): -3281570 or 6221261. OLE color: 6221261.

HSL color Cylindrical-coordinate representation of color #CDED5E: hue angle of 73.43º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDED5E is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB20523794-
CMYK0.1400.600.07
HSL73.43º79.89%64.9%-
HSV(B)73.43º60.34%92.94%-
XYZ57.4874.3621.91-
YUV211.1361.9123.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.25%
GREEN value IS 237 (92.97% from 255) = 44.22%
BLUE value IS 94 (37.11% from 255) = 17.54%
R=38.25%
G=44.22%
B=17.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal205237940.1400.600.0773.4379.8964.9
HexCDED5EE03C7495041
Octal315355136160747111120101
Binary1100110111101101101111011100111100111100100110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDED5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDED5E; }

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

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

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

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

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

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

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

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