#CBE859

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

Shades of Mindaro #CBE859

Tints of Mindaro #CBE859

Color information

#CBE859 (or 0xCBE859) is unknown color: approx Mindaro. HEX triplet: CB, E8 and 59. RGB value is (203,232,89). Sum of RGB (Red+Green+Blue) = 203+232+89=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 232 (91.02% from 255 or 44.27% from 524); Blue value is 89 (35.16% from 255 or 16.98% from 524); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE859 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE859 is #3417A6. Grayscale: #CFCFCF. Windows color (decimal): -3413927 or 5892299. OLE color: 5892299.

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

Color convert

RGB20323289-
CMYK0.1200.620.09
HSL72.17º75.66%62.94%-
HSV(B)72.17º61.64%90.98%-
XYZ55.2971.1320.27-
YUV207.0361.39125.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.74%
GREEN value IS 232 (91.02% from 255) = 44.27%
BLUE value IS 89 (35.16% from 255) = 16.98%
R=38.74%
G=44.27%
B=16.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal203232890.1200.620.0972.1775.6662.94
HexCBE859C03E9484c3f
Octal313350131140761111011477
Binary1100101111101000101100111000111110100110010001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE859; }

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

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

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

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

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

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

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

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