#cbe563

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

Shades of Mindaro #CBE563

Tints of Mindaro #CBE563

Color information

#CBE563 (or 0xCBE563) is unknown color: approx Mindaro. HEX triplet: CB, E5 and 63. RGB value is (203,229,99). Sum of RGB (Red+Green+Blue) = 203+229+99=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 99 (39.06% from 255 or 18.64% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE563 is #341A9C. Grayscale: #CECECE. Windows color (decimal): -3414685 or 6546891. OLE color: 6546891.

HSL color Cylindrical-coordinate representation of color #CBE563: hue angle of 72º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBE563 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB20322999-
CMYK0.1100.570.10
HSL72º71.43%64.31%-
HSV(B)72º56.77%89.8%-
XYZ54.969.6422.35-
YUV206.4167.39125.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.23%
GREEN value IS 229 (89.84% from 255) = 43.13%
BLUE value IS 99 (39.06% from 255) = 18.64%
R=38.23%
G=43.13%
B=18.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal203229990.1100.570.107271.4364.31
HexCBE563B039A484740
Octal3133451431307112110107100
Binary11001011111001011100011101101110011010100100010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbe563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbe563; }

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

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

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

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

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

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

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

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