#CDEA69

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

Shades of Mindaro #CDEA69

Tints of Mindaro #CDEA69

Color information

#CDEA69 (or 0xCDEA69) is unknown color: approx Mindaro. HEX triplet: CD, EA and 69. RGB value is (205,234,105). Sum of RGB (Red+Green+Blue) = 205+234+105=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 105 (41.41% from 255 or 19.30% from 544); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEA69 is #321596. Grayscale: #D3D3D3. Windows color (decimal): -3282327 or 6941389. OLE color: 6941389.

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

Color convert

RGB205234105-
CMYK0.1200.550.08
HSL73.49º75.44%66.47%-
HSV(B)73.49º55.13%91.76%-
XYZ57.1572.8424.41-
YUV210.6268.39123.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.68%
GREEN value IS 234 (91.80% from 255) = 43.01%
BLUE value IS 105 (41.41% from 255) = 19.30%
R=37.68%
G=43.01%
B=19.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052341050.1200.550.0873.4975.4466.47
HexCDEA69C0378494b42
Octal3153521511406710111113102
Binary11001101111010101101001110001101111000100100110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEA69; }

 p { color: rgb(205,234,105); }

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

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

 a { background-color: rgb(205,234,105); }

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

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

 span { border-color: rgb(205,234,105); }

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