#CDED68

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

Shades of Mindaro #CDED68

Tints of Mindaro #CDED68

Color information

#CDED68 (or 0xCDED68) is unknown color: approx Mindaro. HEX triplet: CD, ED and 68. RGB value is (205,237,104). Sum of RGB (Red+Green+Blue) = 205+237+104=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 237 - color contains mainly: green. Hex color #CDED68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDED68 is #321297. Grayscale: #D4D4D4. Windows color (decimal): -3281560 or 6876621. OLE color: 6876621.

HSL color Cylindrical-coordinate representation of color #CDED68: hue angle of 74.44º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDED68 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB205237104-
CMYK0.1400.560.07
HSL74.44º78.7%66.86%-
HSV(B)74.44º56.12%92.94%-
XYZ57.9674.5524.43-
YUV212.2766.9122.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.55%
GREEN value IS 237 (92.97% from 255) = 43.41%
BLUE value IS 104 (41.02% from 255) = 19.05%
R=37.55%
G=43.41%
B=19.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052371040.1400.560.0774.4478.766.86
HexCDED68E03874a4f43
Octal315355150160707112117103
Binary1100110111101101110100011100111000111100101010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDED68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDED68; }

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

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

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

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

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

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

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

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