#CBDD6F

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

Shades of Mindaro #CBDD6F

Tints of Mindaro #CBDD6F

Color information

#CBDD6F (or 0xCBDD6F) is unknown color: approx Mindaro. HEX triplet: CB, DD and 6F. RGB value is (203,221,111). Sum of RGB (Red+Green+Blue) = 203+221+111=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 111 (43.75% from 255 or 20.75% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDD6F is #342290. Grayscale: #CBCBCB. Windows color (decimal): -3416721 or 7331275. OLE color: 7331275.

HSL color Cylindrical-coordinate representation of color #CBDD6F: hue angle of 69.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBDD6F is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB203221111-
CMYK0.0800.500.13
HSL69.82º61.8%65.1%-
HSV(B)69.82º49.77%86.67%-
XYZ53.3565.5624.88-
YUV203.0876.04127.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.94%
GREEN value IS 221 (86.72% from 255) = 41.31%
BLUE value IS 111 (43.75% from 255) = 20.75%
R=37.94%
G=41.31%
B=20.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032211110.0800.500.1369.8261.865.1
HexCBDD6F8032D463e41
Octal313335157100621510676101
Binary1100101111011101110111110000110010110110001101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDD6F; }

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

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

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

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

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

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

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

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