#CDE672

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

Shades of Mindaro #CDE672

Tints of Mindaro #CDE672

Color information

#CDE672 (or 0xCDE672) is unknown color: approx Mindaro. HEX triplet: CD, E6 and 72. RGB value is (205,230,114). Sum of RGB (Red+Green+Blue) = 205+230+114=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 114 (44.92% from 255 or 20.77% from 549); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE672 is #32198D. Grayscale: #D1D1D1. Windows color (decimal): -3283342 or 7530189. OLE color: 7530189.

HSL color Cylindrical-coordinate representation of color #CDE672: hue angle of 72.93º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDE672 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB205230114-
CMYK0.1100.500.10
HSL72.93º69.88%67.45%-
HSV(B)72.93º50.43%90.2%-
XYZ56.5170.7926.6-
YUV209.374.22124.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.34%
GREEN value IS 230 (90.23% from 255) = 41.89%
BLUE value IS 114 (44.92% from 255) = 20.77%
R=37.34%
G=41.89%
B=20.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052301140.1100.500.1072.9369.8867.45
HexCDE672B032A494643
Octal3153461621306212111106103
Binary11001101111001101110010101101100101010100100110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE672; }

 p { color: rgb(205,230,114); }

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

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

 a { background-color: rgb(205,230,114); }

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

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

 span { border-color: rgb(205,230,114); }

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