#CDEC68

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

Shades of Mindaro #CDEC68

Tints of Mindaro #CDEC68

Color information

#CDEC68 (or 0xCDEC68) is unknown color: approx Mindaro. HEX triplet: CD, EC and 68. RGB value is (205,236,104). Sum of RGB (Red+Green+Blue) = 205+236+104=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEC68 is #321397. Grayscale: #D4D4D4. Windows color (decimal): -3281816 or 6876365. OLE color: 6876365.

HSL color Cylindrical-coordinate representation of color #CDEC68: hue angle of 74.09º degrees, saturation: 0.78, 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 #CDEC68 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB205236104-
CMYK0.1300.560.07
HSL74.09º77.65%66.67%-
HSV(B)74.09º55.93%92.55%-
XYZ57.6773.9724.33-
YUV211.6867.23123.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 236 (92.58% from 255) = 43.30%
BLUE value IS 104 (41.02% from 255) = 19.08%
R=37.61%
G=43.30%
B=19.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052361040.1300.560.0774.0977.6566.67
HexCDEC68D03874a4e43
Octal315354150150707112116103
Binary1100110111101100110100011010111000111100101010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEC68; }

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

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

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

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

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

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

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

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