#CBE860

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

Shades of Mindaro #CBE860

Tints of Mindaro #CBE860

Color information

#CBE860 (or 0xCBE860) is unknown color: approx Mindaro. HEX triplet: CB, E8 and 60. RGB value is (203,232,96). Sum of RGB (Red+Green+Blue) = 203+232+96=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 232 (91.02% from 255 or 43.69% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE860 is #34179F. Grayscale: #D0D0D0. Windows color (decimal): -3413920 or 6351051. OLE color: 6351051.

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

Color convert

RGB20323296-
CMYK0.1200.590.09
HSL72.79º74.73%64.31%-
HSV(B)72.79º58.62%90.98%-
XYZ55.671.2521.89-
YUV207.8264.89124.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.23%
GREEN value IS 232 (91.02% from 255) = 43.69%
BLUE value IS 96 (37.89% from 255) = 18.08%
R=38.23%
G=43.69%
B=18.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal203232960.1200.590.0972.7974.7364.31
HexCBE860C03B9494b40
Octal3133501401407311111113100
Binary11001011111010001100000110001110111001100100110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE860; }

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

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

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

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

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

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

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

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