#CBE460

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

Shades of Mindaro #CBE460

Tints of Mindaro #CBE460

Color information

#CBE460 (or 0xCBE460) is unknown color: approx Mindaro. HEX triplet: CB, E4 and 60. RGB value is (203,228,96). Sum of RGB (Red+Green+Blue) = 203+228+96=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 96 (37.89% from 255 or 18.22% from 527); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE460 is #341B9F. Grayscale: #CDCDCD. Windows color (decimal): -3414944 or 6350027. OLE color: 6350027.

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

Color convert

RGB20322896-
CMYK0.1100.580.11
HSL71.36º70.97%63.53%-
HSV(B)71.36º57.89%89.41%-
XYZ54.4869.0321.52-
YUV205.4866.22126.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.52%
GREEN value IS 228 (89.45% from 255) = 43.26%
BLUE value IS 96 (37.89% from 255) = 18.22%
R=38.52%
G=43.26%
B=18.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal203228960.1100.580.1171.3670.9763.53
HexCBE460B03AB474740
Octal3133441401307213107107100
Binary11001011111001001100000101101110101011100011110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE460; }

 p { color: rgb(203,228,96); }

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

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

 a { background-color: rgb(203,228,96); }

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

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

 span { border-color: rgb(203,228,96); }

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