#CBDE63

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

Shades of Mindaro #CBDE63

Tints of Mindaro #CBDE63

Color information

#CBDE63 (or 0xCBDE63) is unknown color: approx Mindaro. HEX triplet: CB, DE and 63. RGB value is (203,222,99). Sum of RGB (Red+Green+Blue) = 203+222+99=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 99 (39.06% from 255 or 18.89% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDE63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDE63 is #34219C. Grayscale: #CACACA. Windows color (decimal): -3416477 or 6545099. OLE color: 6545099.

HSL color Cylindrical-coordinate representation of color #CBDE63: hue angle of 69.27º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBDE63 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB20322299-
CMYK0.0900.550.13
HSL69.27º65.08%62.94%-
HSV(B)69.27º55.41%87.06%-
XYZ5365.8421.72-
YUV202.369.71128.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.74%
GREEN value IS 222 (87.11% from 255) = 42.37%
BLUE value IS 99 (39.06% from 255) = 18.89%
R=38.74%
G=42.37%
B=18.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal203222990.0900.550.1369.2765.0862.94
HexCBDE639037D45413f
Octal313336143110671510510177
Binary1100101111011110110001110010110111110110001011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDE63; }

 p { color: rgb(203,222,99); }

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

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

 a { background-color: rgb(203,222,99); }

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

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

 span { border-color: rgb(203,222,99); }

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