#CBE963

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

Shades of Mindaro #CBE963

Tints of Mindaro #CBE963

Color information

#CBE963 (or 0xCBE963) is unknown color: approx Mindaro. HEX triplet: CB, E9 and 63. RGB value is (203,233,99). Sum of RGB (Red+Green+Blue) = 203+233+99=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 99 (39.06% from 255 or 18.50% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE963 is #34169C. Grayscale: #D1D1D1. Windows color (decimal): -3413661 or 6547915. OLE color: 6547915.

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

Color convert

RGB20323399-
CMYK0.1300.580.09
HSL73.43º75.28%65.1%-
HSV(B)73.43º57.51%91.37%-
XYZ56.0271.8822.73-
YUV208.7566.06123.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.94%
GREEN value IS 233 (91.41% from 255) = 43.55%
BLUE value IS 99 (39.06% from 255) = 18.50%
R=37.94%
G=43.55%
B=18.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal203233990.1300.580.0973.4375.2865.1
HexCBE963D03A9494b41
Octal3133511431507211111113101
Binary11001011111010011100011110101110101001100100110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE963; }

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

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

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

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

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

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

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

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