#CDE967

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

Shades of Mindaro #CDE967

Tints of Mindaro #CDE967

Color information

#CDE967 (or 0xCDE967) is unknown color: approx Mindaro. HEX triplet: CD, E9 and 67. RGB value is (205,233,103). Sum of RGB (Red+Green+Blue) = 205+233+103=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 103 (40.62% from 255 or 19.04% from 541); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE967 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE967 is #321698. Grayscale: #D2D2D2. Windows color (decimal): -3282585 or 6810061. OLE color: 6810061.

HSL color Cylindrical-coordinate representation of color #CDE967: hue angle of 72.92º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDE967 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB205233103-
CMYK0.1200.560.09
HSL72.92º74.71%65.88%-
HSV(B)72.92º55.79%91.37%-
XYZ56.7672.2423.78-
YUV209.8167.72124.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.89%
GREEN value IS 233 (91.41% from 255) = 43.07%
BLUE value IS 103 (40.62% from 255) = 19.04%
R=37.89%
G=43.07%
B=19.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052331030.1200.560.0972.9274.7165.88
HexCDE967C0389494b42
Octal3153511471407011111113102
Binary11001101111010011100111110001110001001100100110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE967; }

 p { color: rgb(205,233,103); }

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

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

 a { background-color: rgb(205,233,103); }

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

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

 span { border-color: rgb(205,233,103); }

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