#CDE75D

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

Shades of Mindaro #CDE75D

Tints of Mindaro #CDE75D

Color information

#CDE75D (or 0xCDE75D) is unknown color: approx Mindaro. HEX triplet: CD, E7 and 5D. RGB value is (205,231,93). Sum of RGB (Red+Green+Blue) = 205+231+93=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE75D is #3218A2. Grayscale: #D0D0D0. Windows color (decimal): -3283107 or 6154189. OLE color: 6154189.

HSL color Cylindrical-coordinate representation of color #CDE75D: hue angle of 71.3º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDE75D is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB20523193-
CMYK0.1100.600.09
HSL71.3º74.19%63.53%-
HSV(B)71.3º59.74%90.59%-
XYZ55.7370.9221.11-
YUV207.4963.39126.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.75%
GREEN value IS 231 (90.62% from 255) = 43.67%
BLUE value IS 93 (36.72% from 255) = 17.58%
R=38.75%
G=43.67%
B=17.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal205231930.1100.600.0971.374.1963.53
HexCDE75DB03C9474a40
Octal3153471351307411107112100
Binary11001101111001111011101101101111001001100011110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE75D; }

 p { color: rgb(205,231,93); }

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

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

 a { background-color: rgb(205,231,93); }

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

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

 span { border-color: rgb(205,231,93); }

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