#CBDD72

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

Shades of Mindaro #CBDD72

Tints of Mindaro #CBDD72

Color information

#CBDD72 (or 0xCBDD72) is unknown color: approx Mindaro. HEX triplet: CB, DD and 72. RGB value is (203,221,114). Sum of RGB (Red+Green+Blue) = 203+221+114=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 114 (44.92% from 255 or 21.19% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDD72 is #34228D. Grayscale: #CBCBCB. Windows color (decimal): -3416718 or 7527883. OLE color: 7527883.

HSL color Cylindrical-coordinate representation of color #CBDD72: hue angle of 70.09º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBDD72 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB203221114-
CMYK0.0800.480.13
HSL70.09º61.14%65.69%-
HSV(B)70.09º48.42%86.67%-
XYZ53.5265.6225.77-
YUV203.4277.54127.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 221 (86.72% from 255) = 41.08%
BLUE value IS 114 (44.92% from 255) = 21.19%
R=37.73%
G=41.08%
B=21.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032211140.0800.480.1370.0961.1465.69
HexCBDD728030D463d42
Octal313335162100601510675102
Binary1100101111011101111001010000110000110110001101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDD72; }

 p { color: rgb(203,221,114); }

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

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

 a { background-color: rgb(203,221,114); }

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

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

 span { border-color: rgb(203,221,114); }

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