#cde76d

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

Shades of Mindaro #CDE76D

Tints of Mindaro #CDE76D

Color information

#CDE76D (or 0xCDE76D) is unknown color: approx Mindaro. HEX triplet: CD, E7 and 6D. RGB value is (205,231,109). Sum of RGB (Red+Green+Blue) = 205+231+109=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 231 (90.62% from 255 or 42.39% from 545); Blue value is 109 (42.97% from 255 or 20% from 545); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE76D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE76D is #321892. Grayscale: #D1D1D1. Windows color (decimal): -3283091 or 7202765. OLE color: 7202765.

HSL color Cylindrical-coordinate representation of color #CDE76D: hue angle of 72.79º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDE76D is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB205231109-
CMYK0.1100.530.09
HSL72.79º71.76%66.67%-
HSV(B)72.79º52.81%90.59%-
XYZ56.5171.2425.24-
YUV209.3271.39124.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 231 (90.62% from 255) = 42.39%
BLUE value IS 109 (42.97% from 255) = 20%
R=37.61%
G=42.39%
B=20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052311090.1100.530.0972.7971.7666.67
HexCDE76DB0359494843
Octal3153471551306511111110103
Binary11001101111001111101101101101101011001100100110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cde76d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cde76d; }

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

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

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

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

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

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

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

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