#CBE957

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

Shades of Mindaro #CBE957

Tints of Mindaro #CBE957

Color information

#CBE957 (or 0xCBE957) is unknown color: approx Mindaro. HEX triplet: CB, E9 and 57. RGB value is (203,233,87). Sum of RGB (Red+Green+Blue) = 203+233+87=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 87 (34.38% from 255 or 16.63% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE957 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE957 is #3416A8. Grayscale: #CFCFCF. Windows color (decimal): -3413673 or 5761483. OLE color: 5761483.

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

Color convert

RGB20323387-
CMYK0.1300.630.09
HSL72.33º76.84%62.75%-
HSV(B)72.33º62.66%91.37%-
XYZ55.4971.6619.92-
YUV207.3960.06124.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.81%
GREEN value IS 233 (91.41% from 255) = 44.55%
BLUE value IS 87 (34.38% from 255) = 16.63%
R=38.81%
G=44.55%
B=16.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal203233870.1300.630.0972.3376.8462.75
HexCBE957D03F9484d3f
Octal313351127150771111011577
Binary1100101111101001101011111010111111100110010001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE957; }

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

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

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

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

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

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

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

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